I am trying to push my code to github, but after run "git push", it take me too long, and nothing happen for 15minutes though I just only added small a new txt file for testing. enter image description here
Asked
Active
Viewed 255 times
-1
-
https://stackoverflow.com/questions/67931716/git-push-doesnt-do-anything-over-https#comment120072116_67931716 – phd Jun 15 '21 at 18:34
1 Answers
0
I had the same problem. To fix this I restarted the ssh-agent.
killall ssh-agent; eval `ssh-agent`

shrikant1712
- 4,336
- 1
- 24
- 42