sourcetree(mac)设置代理
Posted 刘镇维
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sourcetree(mac)设置代理相关的知识,希望对你有一定的参考价值。
Mercurial: edit ~/.hgrc
as shown here: http://www.selenic.com/mercurial/hgrc.5.html#http-proxy
Git: edit ~/.gitconfig
add an entry like this:
[http]
proxy = hostname:port
以上是关于sourcetree(mac)设置代理的主要内容,如果未能解决你的问题,请参考以下文章
mac sourcetree启用外部合并工具(beyond compare)
sourcetree如何将本地新项目上传到git(Mac端)