msiemens / PyGitUp

A nicer `git pull`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"remote branch doesn't exist", but it's existing on remote

zhangciwu opened this issue · comments

this branch name is feature/#11772-replace-api-url

maybe the name comparing has some bug?

Thanks for reporting! This seems to be an issue in GitPython which we use. I've reported this at gitpython-developers/GitPython#550

It's odd that this file is present in the zip on pypi but not in git. Forgotten a git add?

So the bug in the dependency has been fixed now. If you update GitPython (pip install -U gitpython), branches with hashes should work correctly. Can you verify that, @zhangciwu?

@msiemens Yeah, now it works fine with branch which has "#" in name

Awesome! The next release of PyGitUp will include the updated dependency :)