37
9
lt is really strange that when l try to use git push
today,error reports
Fatal: HttpRequestException encountered
and requires me to enter username and password.
l have tried git pull
and git clone
and they both work well.
And it works well before this day and regenerating ssh key seems to be useless.
Can anyone help me with that? Thanks in advance!
Try
git clone
the repo again, copy your changes andgit push
them. Maybe the remote url or something configuration-related changed? – miravalls – 2018-02-23T08:03:33.317Possible duplicate of StackOverflow Cant push git, visual studio. Git failed with a fatal error. fatal: HttpRequestException encountered
– MiFreidgeim SO-stop being evil – 2018-03-03T13:11:03.200