Giter VIP home page Giter VIP logo

Comments (12)

msiemens avatar msiemens commented on May 22, 2024

What version of PyGitUp are you using?

from pygitup.

kecksk0enig avatar kecksk0enig commented on May 22, 2024

sorry for the late reply
I did try with v 1.1.4 and today also with 1.1.4

Both did fail with above quoted errormessage

from pygitup.

msiemens avatar msiemens commented on May 22, 2024

Could you try reruning git-up with the environment variable GIT_PYTHON_TRACE set to full? (On Linux: GIT_PYTHON_TRACE=full git-up). And maybe also the list of git remotes (the result of git remote -v) and the git version you're running (git --version).

from pygitup.

kecksk0enig avatar kecksk0enig commented on May 22, 2024

Heres what git says

$ GIT_PYTHON_TRACE=full git-up
git config git-up.rebase.auto -> 1
git config git-up.rebase.log-hook -> 1
git config git-up.bundler.rbenv -> 1
git config git-up.bundler.check -> 1
git config git-up.bundler.autoinstall -> 1
git config git-up.updates.check -> 1
git config git-up.fetch.prune -> 1
git config git-up.bundler.local -> 1
git config git-up.fetch.all -> 1
git config git-up.rebase.arguments -> 1
git version -> 0; stdout: 'git version 1.7.9.5'
git fetch failed

Here's what git said:

fatal: No such remote or remote group: .

Am 26.11.2014 um 18:00 schrieb Markus Siemens:

Could you try reruning |git-up| with the environment variable
|GIT_PYTHON_TRACE=full|? (On Linux: |GIT_PYTHON_TRACE=full git-up|). And
maybe also the list of git remotes (the result of |git remote -v|) and
the git version you're running (|git --version|).


Reply to this email directly or view it on GitHub
#17 (comment).

from pygitup.

msiemens avatar msiemens commented on May 22, 2024

Somehow the command line of git fetch is not included. Could you rerun it with GIT_PYTHON_TRACE=1 instead of full? That should include it.

from pygitup.

kecksk0enig avatar kecksk0enig commented on May 22, 2024

$ GIT_PYTHON_TRACE=1 git-up
git status --porcelain --untracked-files=no
git config git-up.rebase.auto
git config git-up.rebase.log-hook
git config git-up.bundler.rbenv
git config git-up.bundler.check
git config git-up.bundler.autoinstall
git config git-up.updates.check
git config git-up.fetch.prune
git config git-up.bundler.local
git config git-up.fetch.all
git config git-up.rebase.arguments
git version
git fetch --multiple --prune origin .
git fetch failed

Here's what git said:

fatal: No such remote or remote group: .

from pygitup.

msiemens avatar msiemens commented on May 22, 2024

I've almost located the bug. Could you paste the result of calling git fetch --multiple --prune origin (without a dot at the end)?

from pygitup.

kecksk0enig avatar kecksk0enig commented on May 22, 2024

That seems to work:
$ git fetch --multiple --prune origin
Fetching origin
remote: Counting objects: 80, done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 46 (delta 16), reused 0 (delta 0)
Unpacking objects: 100% (46/46), done.
From some.urle.com:project
2db346d..db50beb develop -> origin/develop
x deleted -> origin/blubbblah

from pygitup.

msiemens avatar msiemens commented on May 22, 2024

I think we're very close to fixing this.

  1. I've pushed a commit that should fix the bug. Can you confirm this? You'll need to clone the repository, check out the dev branch and install it via python setup.py install.
  2. From what I can see, your repository seems to have branches with both local tracking branches and remote tracking branches. Is that correct?

from pygitup.

kecksk0enig avatar kecksk0enig commented on May 22, 2024

both correct, now working 👍

from pygitup.

msiemens avatar msiemens commented on May 22, 2024

Great! I'll release an update within the next few days then.

from pygitup.

msiemens avatar msiemens commented on May 22, 2024

I've just released version v1.2.0 where the fix is included :)

from pygitup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.