git问题:Please make sure you have the correct access rights and the repository exists.

一个电脑上切换GitHub和gitlab时,因为只有一个ssh,所以切换时要更新

  1. ssh-keygen -t rsa -C “xiaoyu” xiaoyu是要操作的git账号
  2. cat /Users/lianyu02/.ssh/id_rsa.pub cat后面的路径上一步可以找到,
  3. 将输出的ssh-rsa这一段复制到GitHub或者gitlab设置页的ssh中

你可能感兴趣的:(git)