git clone操作到开发机的错误记录

在开发机上,执行操作

$ git clone https://github.com/xxx/rank.git

返回错误:

error: The requested URL returned error: 403 Forbidden while accessing https://github.com/xxx/rank.git/info/refs
fatal: HTTP request failed

未查明原理,重新尝试操作:

$ git clone git@github.com:xxx/rank.git

clone成功

上一篇:FastAPI 实现网页授权获取微信用户基本信息-正式环境


下一篇:FastAPI + Vue 前后端分离 接口自动化测试工具 apiAutoTestWeb