github 操作,
使用个人访问令牌,
配合 https
才是正理
对于已经存在的仓库
git push https://username:password@github.com/username/repository.git
等价于
git push https://username:password@github.com/org/repository.git
等价于
git push https://username:your_token@github.com/username/repository.git
例子
git push https://Deng:mr@github.com/PasteLeChien/gl.git
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。