我是Git的新手并尝试在BitBucket和PhoneGapBuild之间架起桥梁。我认为这样做的方法是从BitBucket结帐然后推送到PhoneGapBuild。问题是我无法让它工作。
创建从一个git到另一个git的单向推送有什么好方法?
答案 0 :(得分:1)
我认为可以使用basic http authentication直接将PhoneGap Build与Bitbucket私人仓库相关联:
https://my_bitbucket_user:my_bitbucket_password@bitbucket.org/my_bitbucket_user/test-private-repo.git
尝试在PhoneGap Build app设置的“私人代码”标签中添加此网址。
答案 1 :(得分:0)
我认为您不能直接在BitBucket和PhoneGapBuild私人Git仓库之间推送。
我仍然会建议:
git remote add PhoneGapBuild
git push PhoneGapBuild master