📌  相关文章
📜  使用个人访问令牌登录 github vscode - Shell-Bash 代码示例

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

代码示例1
Set the current directory to your Project root

> cd 

Run the command to set remote access via token
> git remote set-url origin https://:@github.com//.git

Example:

> git remote set-url origin https://sampleuser:a7b19929***58fe65d1c@github.com/sampleuser/sampleproject.git