1、公钥已经生产设置成功
ssh -T [email protected]
Hi zebinary! You've successfully authenticated, but GitHub does not provide shell access.
2、但是clone私有项目失败,403错误
git clone https://github.com/zebinary/proj_name ./local_repo
Initialized empty Git repository in /path/to/local_repo/.git/
error: The requested URL returned error: 403 while accessing https://github.com/zebinary/proj_name /info/refs
3、这是我自己私有项目
请大侠指点下。
ssh -T [email protected]
Hi zebinary! You've successfully authenticated, but GitHub does not provide shell access.
2、但是clone私有项目失败,403错误
git clone https://github.com/zebinary/proj_name ./local_repo
Initialized empty Git repository in /path/to/local_repo/.git/
error: The requested URL returned error: 403 while accessing https://github.com/zebinary/proj_name /info/refs
3、这是我自己私有项目
请大侠指点下。


