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
personal access token
Settings
Developer Settings
Personal access tokens
Tokens(classic)
Generate new token
Note
保存好 token 备用
git_repo_token=ghp_ZoDxxxx git_username="your_user_name" git config --global user.name $git_username touch ~/.git-credentials echo "https://$git_username:$git_repo_token@github.com" > ~/.git-credentials git config --global credential.helper store cat << EOF > ~/.netrc machine github.com login not-used password $git_repo_token machine api.github.com login not-used password $git_repo_token EOF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Develop with Github
personal access token
Github Setup
Settings
->Developer Settings
->Personal access tokens
->Tokens(classic)
->Generate new token
Note
保存好 token 备用
Host 端设置
The text was updated successfully, but these errors were encountered: