在私有共享服务器上推送期间Git扩展权限/权限错误

时间:2016-10-06 10:26:41

标签: git bash git-extensions

我正在尝试将项目从我的本地存储库推送到我可以访问的公司服务器。我可以导航到所需的文件夹并通过Git Extensions创建一个新的存储库,如下所示(我尝试使用Git Bash)。

Creation of the git Repository

但是,当我尝试推送到此存储库时,出现以下错误:

E:\programs\Git\cmd\git.exe push --recurse-submodules=check --progress
"name_of_remote_repository" refs/heads/master:refs/heads/master
fatal: 'path_to_initialized_remote_repository'does not appear to be a git repository
fatal: Could not read frlom remote repository.

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

可以找到该错误的屏幕截图here

在错误发生之前,它确实告诉我我想要推送的分支是新的,所以它可以以某种方式访问​​和读取该信息,但不能推送。

我尝试过的另一件事就是将我的本地存储库克隆到远程的存储库,一旦清除,它就可以了,我的所有文件都在那里。但是,如果我尝试从同一个远程存储库推送或拉出,我最终会遇到同样的错误。

我该怎么做才能解决这个问题?我如何让Git Extensions像我一样推动?

我在网上找到的只有GitHub教程,显然不适用,以及与SSH密钥相关的问题。

0 个答案:

没有答案