Quantcast
Channel: Programming – Xinyustudio
Viewing all articles
Browse latest Browse all 284

Troubleshooting: “conq: repository does not exist. fatal: The remote end hung up unexpectedly”

$
0
0

In a recent project, suddenly I cannot pull and push, with below error:

conq: repository does not exist.
fatal: The remote end hung up unexpectedly

Googling this indicates that remove and then re-add the origin can solve this:

git remote rm origin
git remote add origin
git@github_or_bitbucket_or_whatever_link


Filed under: Programming

Viewing all articles
Browse latest Browse all 284

Trending Articles