git不能pull和push
报错信息
Push failed: Failed with error: Could not read from remote repository.
git不能pull和push
报错信息
Push failed: Failed with error: Could not read from remote repository.
建议你按照正确的顺序使用git:
1.开通github账号
2.克隆项目 git clone "链接"
3.从远端下载最新版本 git pull
4.修改
5.将修改增加到版本里 git add *
5.1.修改增加文件夹及以下文件还需git add .
5.2 git add -A 则是两种的结合
6.提交到本地版本库,备注信息 git commit -m "信息"
7.提交到远端服务器 git push
10 回答11.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
3 回答5.1k 阅读✓ 已解决
5 回答1.9k 阅读
怀疑你前戏没做就pull和push