#1 我关注了一些关于如何使用两个不同的 ssh 密钥访问 github 或 bitbucket 的文章,当我执行git clone ...
. 所以,我可以做一个git clone git://git@github.com/...
并且git clone git://git@mycompany-bitbucket.org/...
没有任何问题。
#2 我还关注了一些关于如何使用私有存储库的文章
但是,如果我将两篇文章(#1 和 #2)结合起来,go get ...
将始终使用https://api.bitbucket.org/2.0/repositories/...
. 那么,有没有办法强制go get ...
使用类似的东西https://api.mycompany-bitbucket.org/2.0/repositories/
?