We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git init
git remote add origin xxx@xx.com.git
git remote add origin /path/to/.git
http://user:password@xxx.git
git config --global credential.helper store
git pull origin master/develop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git init
git remote add origin xxx@xx.com.git
,如果本机同时也是gitlab仓库,那可以直接git remote add origin /path/to/.git
, 如果是http的可以改成http://user:password@xxx.git
记住密码git config --global credential.helper store
;git pull origin master/develop
The text was updated successfully, but these errors were encountered: