Seems since the latest 1.6 update, again I seem to have dulwich versions that want to fork a new process. Please remind how to get rid of these? Shellista seems not to have this issue.
Forum Archive
Recurring dumb question on git in stash and gitview
polymerchm
May 18, 2015 - 01:49
JonB
May 17, 2015 - 05:54
Iirc, this happens if you don't use https://github.com/yourname/yourrepo.git, but instead use github.com/yourname/yourrepo.git.. It thinks you are trying to access a local file repo, instead of a http repo. I thought I had something that checked for this, but maybe not (I think I check for he missing .git, which was a common mistake, but maybe not for missing https)
polymerchm
May 17, 2015 - 14:54
You are right as regards stash. Gitui (gitview) still hosed. still forking. Will stick to stash for pushing.
JonB
May 17, 2015 - 23:42
Make sure your origin is set correctly. IN stash type git remote and verify that the correct https is shown. If not, git remote origin https://correctaddress should fix it so gitui should be able to see the correct alias.
polymerchm
May 18, 2015 - 01:49
As always, thanks.