Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我通过 SSH Url 从远程存储库获取时,我收到错误消息no auth sock variable。启动 ssh 代理后,错误消失并再次运行:
no auth sock variable
eval $(ssh-agent) ssh-add gitg
有没有办法在不运行 ssh 代理的情况下将 ssh 与 gitg 一起使用?