16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
加速器
|
|
https://cloud.tsinghua.edu.cn/d/df482a15afb64dfeaff8/
|
|
推送到github
|
|
git remote add origin https://
|
|
git branch -M master
|
|
git push -u origin master
|
|
|
|
github访问令牌
|
|
创建:
|
|
用户头像 -> setting -> 最后一项 -> 创建令牌
|
|
tips:令牌要当场复制,离开页面就没有了
|
|
|
|
使用:
|
|
git remote set-url origin https://<your_token>@github.com/<USERNAME>/<REPO>.git
|
|
|