问题:需要在 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 上的远程存储库。
提前致谢。