gitlab上fork別人的代碼后更新的2種解決方式
1.解決方式1 首先要先確定一下是否建立了主repo的遠程源: git remote -v如果里面只能看到你自己的兩個源(fetch 和 push),那就需要添加主repo的源: git remot ...
1.解決方式1 首先要先確定一下是否建立了主repo的遠程源: git remote -v如果里面只能看到你自己的兩個源(fetch 和 push),那就需要添加主repo的源: git remot ...