简体   繁体   English

在远程Linux服务器上查看git存储库->在Windows中?

[英]view the git repository on remote linux server -> in Windows?

Problem: Need to view Git history visually in windows, repository is on remote Linux server (Ubuntu). 问题:需要在Windows中直观地查看Git历史记录,存储库位于远程Linux服务器(Ubuntu)上。 Question: What are two easy ways to view the git repository on remote linux server -> in Windows? 问题:在Windows中,有两种简单的方法可以查看远程linux服务器->上的git存储库?

I have initially tried mirroring the remote mirror, then viewing it locally - updating when needed, but I get an error when connecting, 我最初尝试对远程镜像进行镜像,然后在本地进行查看-在需要时进行更新,但是在连接时出现错误,

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.

Again I'm on Windows using Git Bash, trying to clone a remote repo that's on Linux. 同样,我在Windows上使用Git Bash,试图克隆Linux上的远程仓库。

Thanks in advance. 提前致谢。

There is no importance where the repo resides. 回购所在的位置并不重要。

As the error said, 1- make sure you have the address right 如错误所述,1-确保您拥有正确的地址

2- make sure you have access to the address 2-确保您有权访问该地址

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将远程Linux服务器上存在的git存储库克隆到Windows中 - How to clone a git repository which is present on a remote linux server into windows OpenShift存储库的Git克隆挂在linux上,但不挂在Windows上 - Git clone of OpenShift repository hangs in linux, but not windows Windows Git服务器和Linux Git客户端 - Windows Git Server and Linux Git Client Subversion over ssh - 从Windows主机访问Linux上的远程存储库 - Subversion over ssh - access to the remote repository on Linux from Windows host Linux和Windows都通过Samba使用Mercurial / Git共享存储库 - Mercurial/Git shared repository via Samba used by both Linux and Windows 在 windows 和 linux 之间使用相同的 git 存储库会导致额外的提交 - Using the same git repository between windows and linux results in an extra commit Git Symlinks-Windows工作站-Linux服务器 - Git Symlinks - Windows Workstation - Linux Server 对存储在远程服务器上的 git 存储库向不同的用户授予不同的权限 - Give different permissions to different users to a git repository stored on a remote server 无法从其中一台Linux服务器连接到GIT存储库 - Unable to connect to GIT repository from one of the linux server 将Linux服务器上的PHP连接到运行Windows的远程服务器上的MS SQL - Connect PHP on Linux server to MS SQL on remote server running Windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM