Git-URL似乎不是git存储库
我刚开始使用Git,现在遇到了问题。 我有一个生产服务器和一个本地开发存储库。我的本地master分支上的所有文件都应该在生产服务器上。因此,在master分支上的每次更改之后,我都会推送到生产服务器。第一次,应明显推送所有文件。 我在服务器上创建了一个存储库,并收到了此消息Initialized empty Git repository in /var/www/my_really_cool_project/.git/。然后,我将远程计算机添加到了本地计算机上,但是每当按下它log时'181.910.139.164/var/wwww/my_really_cool_project/.git' does not appear to be a git repository。我可能在URL中犯了一个错误,但我不知道问题出在哪里。通过SSH的连接通过端口4938进行。 有人能告诉我这里是什么问题吗?我真的很坚持。 这是输出git remote show origin: fatal: '181.910.139.164/var/wwww/my_really_cool_project/.git' 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 …