jsbain
jsbain
Are you using ssh: to push? It used to be that this scenario caused the dreaded Pipe Error, rather than overwriting, but if using ssh it would happily overwrite. I...
desktop git warns you, pretty sure. The temporary solution is to do a git fetch prior to push, (and in fact call fetch from within stash git push for the...
i made some progress extracting gittle, to allow using up to date dulwich., hopefully have something this weekend. The eventual solution to the push issue, porcelain has a ls_remote, which...
btw, in case anything important was lost, you should be able to find lost commits using this method (curl even works in stash) https://objectpartners.com/2014/02/11/recovering-a-commit-from-githubs-reflog/
hmm, that *used* to work :/ Sent from my iPad > On Aug 31, 2017, at 5:59 AM, Robert Vojta wrote: > > I do use git from StaSh a...
Delete site-packages/urllib3 and site-packages/requests, and possibly idna, chardet, and anything else that you did not specifically install Then force quit pythonista
see https://github.com/ywangd/stash/issues/279 you cannot upgrade requests. pythonista comes a version, be happy with that version. delete requests, idna, chardet, etc that you have in site-packages or site-packages-3
see https://github.com/ywangd/stash/issues/279 you cannot upgrade requests. pythonista comes with a version, be happy with that version. delete requests, idna, chardet, etc that you have in site-packages or site-packages-3
Did you ever resolve this? Try rm -rf .git (note the period before git). Then also find the dulwich folder and delete it. It will be in the stash/libs folder....
@oefe This is mostly for interaction with dulwich, keeping with the other transport types. The url is not actually sent over the wire this way -- this gets stripped out...