我尝试使用数字海洋安装的 GitLab 配置 VPS 。
除了git推拉之外,一切都很好。当我使用这个命令时:
git push -u origin master
我得到的结果是:
git@(ipAddress)'s password: [my password]
sh: 1: git-receive-pack: not found
fatal: Could not read from remote repository
请确保您拥有正确的访问权限并且存储库已存在。
答案 0 :(得分:0)
对于你的问题:
在工作目录中,按照命令
进行操作git remote#这将告诉你远程仓库
然后
git remote rm branch
然后添加您当前的回购
git remote add origin
git remote add origin https://github.com/user/repo.git