Git错误:conq:存储库不存在 [英] Git error: conq: repository does not exist

查看:231
本文介绍了Git错误:conq:存储库不存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用BitBucket的Git中遇到以下错误:

I'm getting the following errors in Git using BitBucket:

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

我该如何解决这个问题?我已经执行了以下操作:

How do I rectify this issue? I've carried out the following:

git init .   
git remote add origin git@bitbucket.org:myname/myproject.git
git add .
git commit -m "..."

git push  <<< error occurs here

我已经在仪表板上显示了带有ssh密钥和回购的BitBucket。

I've set-up BitBucket with the ssh key and repo is shown on dashboard.

推荐答案

我最终通过删除原点并重新添加它来完成此操作。我做完这些之后一切似乎都很好。

I managed to do this in the end by removing the origin and re-adding it. Everything seemed ok after I did this.

这篇关于Git错误:conq:存储库不存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆