2

我创建了一个裸存储库并克隆了它。在我克隆的存储库中,我做了一个提交。现在我正在尝试将此提交推送回我克隆的存储库,该存储库被定义为远程:

git remote -v
origin: ssh://user@server.com/some/path/barerepo (fetch)
origin: ssh://user@server.com/some/path/barerepo (push)

但我收到以下错误:

fatal: '/some/path/barerepo' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

可能是什么问题呢?

编辑: 问题是 barerepo 文件夹中的某些文件没有执行权限。什么文件需要这个权限?

4

0 回答 0