Git push hangs when pushing to Github?

后端 未结 21 1818
挽巷
挽巷 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:39

    Try the following;

    git config --global core.askpass "git-gui--askpass"

    This will prompt for credentials and then "push" succeeds if credentials are correct.

提交回复
热议问题