jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Does not allow to push to repo with slashes #118

Open mbroo opened 8 years ago

mbroo commented 8 years ago

Trying to push change to repo name with slashes gives the following error:

error: src refspec admin_tools does not match any. error: failed to push some refs to 'ssh://my_path_to_repo.git' 'git -c push.default=simple push fork admin_tools --porcelain' exited with error code 1

The repo is "fork/admin_tools/tweaks" and appears to be dropping the "/tweaks". I can push to another repo that does not contain a "/".

MarcelMue commented 8 years ago

Looks like a first, I will put it on the list but can promise nothing at the moment. PRs are welcome!

rogeriotaques commented 8 years ago

Same as #139. There's a fix suggestion there.