简体   繁体   English

通过SSH工作的GIThub GUI

[英]GIThub GUI that works over SSH

I'm trying to set up non-tech employees on using git. 我正在尝试使用git建立非技术员工。 They connect to a server using SFTP and and then are able to use git commands in a repo. 它们使用SFTP连接到服务器,然后能够在repo中使用git命令。 Is there a GUI for this on Mac or Windows? 在Mac或Windows上是否有这样的GUI?

I wouldn't recommand giving access to a server to non-tech employee. 我不建议给非技术员工访问服务器。
And Git doesn't support sftp. 并且Git不支持sftp。

So I would recommend: 所以我建议:

  • Tower (GUI for Git on Mac) (Mac上的Git GUI)
  • an SSH access, managed by an authorization layer like Gitolite SSH访问,由Gitolite等授权层管理

That way, you control precisely who can clone/push/pull for a given repository, and you don't have to give access to anyone. 这样,您可以精确控制可以克隆/推送/拉取给定存储库的人员,并且您不必授予任何人访问权限。

我喜欢Mac上的GitX和Windows上的Git Extensions,两者都是免费的。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM