ywangd / stash

StaSh - Shell for Pythonista
MIT License
1.93k stars 227 forks source link

git clone hanging #287

Open violetmadder opened 6 years ago

violetmadder commented 6 years ago

First time I ran git clone, I got the dulwich error.

Second time I ran it, it just seemed to sit there, so I closed stash. Then I found some of the files from my repository— but not all of them. I think I killed the process before it was complete.

I tried again, but got a message about how some git already exists.

I deleted the repo’s folder from Pythonista, and I tried rm -r git (which tells me ‘git does not exist’).

Tried git clone again, and the stash window just sits there.

I have a blinking cursor, and I can continue typing, and the cursor moves downward if I hit return, but with no new prompt line.

Did I break everything?

violetmadder commented 6 years ago

I tried to let it install dulwich, and I also may have accidentally interrupted that. I ran self-update too.

jsbain commented 6 years ago

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. Then force quit pythonista, and try again. You have to let dulwich download and install completely.

Also for big repo s, there may be a delay, but as long as it doesn't error, let clone run.