简体   繁体   中英

GIThub GUI that works over SSH

I'm trying to set up non-tech employees on using git. They connect to a server using SFTP and and then are able to use git commands in a repo. Is there a GUI for this on Mac or Windows?

I wouldn't recommand giving access to a server to non-tech employee.
And Git doesn't support sftp.

So I would recommend:

  • Tower (GUI for Git on Mac)
  • an SSH access, managed by an authorization layer like 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,两者都是免费的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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