Git push hangs when pushing to Github?

后端 未结 21 1813
挽巷
挽巷 2020-12-07 19:48

Git push hangs everytime I try to push to github. I am using Cygwin and Windows 7. Git functions fine locally tracking branches, providing status, setting global user.name a

21条回答
  •  执念已碎
    2020-12-07 20:42

    For the sake of completeness (sometimes problems like this are not as complicated as they might seem):

    Having a non-existing remote repository configured can also result in this behavior - I recently found out by accidentally changing my origin's URL to githu.com.

提交回复
热议问题