📌  相关文章
📜  github 更新个人访问令牌 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:59.863000             🧑  作者: Mango

代码示例2
# How to set up Github Personal Access Token (from Terminal)
# First you need to set the remote URL of your repo
git remote add origin remote_url_here
# then you update the remote URL with your token
git remote set-url origin https://put_username_here:put_token_here@github.com/put_username_here/repo-name.git