|
发表于 2018-6-22 08:35:21
只看该作者
8#
最终解决办法,亲测有效
1,注册一个gitlab账号,注意注册的时候要用翻墙网络,要不有个验证流程过不去;网上也有说用其他办法可以跳过去,不过我没试过,有翻墙网,就直接翻了。
2,为GitLab帐号添加SSH keys并连接GitLab,参考如下链接
https://blog.csdn.net/xyzchenxiaolin/article/details/51852333
3,放心大胆的下代码吧,我的执行log如下
yuanmm@ubuntu:~/PX3/Firefly-PX3-SE_Buildroot_git_180421$ git pull gitlab firefly-px3se:firefly-px3se
remote: Counting objects: 24, done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 24 (delta 14), reused 0 (delta 0)
Unpacking objects: 100% (24/24), done.
From gitlab.com:TeeFirefly/px3se-buildroot
4208947..24a1085 firefly-px3se -> firefly-px3se
* [new branch] firefly-px3se -> gitlab/firefly-px3se
Warning: fetch updated the current branch head.
Warning: fast-forwarding your working tree from
Warning: commit 42089476f5e7c0349ffc0fe20be03721322a5a53.
Already up-to-date.
yuanmm@ubuntu:~/PX3/Firefly-PX3-SE_Buildroot_git_180421$
|
|