github token配置

1.生成token:

登陆个人github,选择setttings-Developer setting-Personal access tokens-Generate new token-选择权限、时长



2.配置远程仓库位置:

git remote set-url origin https://<your_token>@github.com/<USERNAME>/<REPO>.git


参考:

https://blog.csdn.net/weixin_41010198/article/details/119698015(带背景和常见问题)

https://cloud.tencent.com/developer/article/1861466 (带Jetbrains IDE配置)

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容