Git 如何关联仓库,提交代码
在 github 上创建好仓库
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/{你的名字 }/{仓库名}.git
git push -u origin master//这里会提示你登录,密码需要是创建的access token
创建 personal access token,登录到 github ,找到 setting -> personal access token -> create new token,然后设置权限