Git error: conq: repository does not exist

前端 未结 13 1445
别那么骄傲
别那么骄傲 2021-02-01 02:40

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

13条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 02:54

    I was able to solve this problem by navigating into the submodule's root directory and using the following command.

    git push -v origin master
    

    I stumbled across this at here which also has some other troubleshooting steps that may be of use.

提交回复
热议问题