📌  相关文章
📜  个人访问令牌 - 任何代码示例

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

代码示例1
Creating a personal access token : 
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

THEN :
git remote -v
git remote set-url origin https://:@github.com:/.git

exemple :
git remote set-url origin https://Trinix:ght_exempleoftoken@github.com:Trinix/NFT-Platform.git