配置Github免密码登录

配置SSH Keys方式

配置Personal access tokens方式

  1. 进入设置页面
    进入 https://github.com/settings/tokens
    image.png
    点击 Generate new token 按钮
  2. 生成Token
    image.png
    如果只需要pull权限, 只勾repo即可, 否则全勾
    拉倒底下点击 Generator token 按钮,生成token
  3. 复制刚才生成的Token
    image.png
  4. 修改Remote地址
    4.1 如果本地还没有克隆远程仓库, 直接clone
    git clone https://oauth2:ghp_xxxxxx@github.com/lile1991/target.git

    4.2 如果已克隆到本地,修改remote地址
    查看远程仓库路径git remote get-url origin:
    image.png
    修改为
    git remote set-url origin https://oauth2:ghp_xxxxxx@github.com/lile1991/target.git
    ghp_xxxxxx改成上一步复制的Token

完成


YYGP
25 声望11 粉丝

写BUG