0

问题:需要在 Windows 中直观地查看 Git 历史记录,存储库位于远程 Linux 服务器(Ubuntu)上。问题:在 Windows 中查看远程 linux 服务器上的 git 存储库的两种简单方法是什么?

我最初尝试镜像远程镜像,然后在本地查看它 - 需要时更新,但连接时出现错误,

git clone --mirror username@serveraddress.com:/home/username/projectfolder

fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

我再次在 Windows 上使用 Git Bash,试图克隆 Linux 上的远程存储库。

提前致谢。

4

1 回答 1

0

回购所在的位置并不重要。

正如错误所说,1-确保您的地址正确

2-确保您可以访问该地址

于 2013-03-28T20:45:45.840 回答