摘要: 个人信息配置 1. 配置邮箱 git config --global user.email "you@example.com" git config --global user.name "Your Name" 2. 查看 Config 配置信息 config 配置有system级别 global( 阅读全文
posted @ 2024-01-18 17:37 爱新觉罗LQ 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository. 1. 改为 https 方式 私有仓库报错:remote 地址设置错误 私有仓库 r 阅读全文
posted @ 2024-01-18 16:02 爱新觉罗LQ 阅读(218) 评论(0) 推荐(0) 编辑