VS 中使用gitee插件进行推送时出现错误:
发布到远程存储库时遇到错误:
Error: failed to push some refs to ..........
Error: hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by …
问题说明: 点击send request 后,报错The connection was rejected. Either the requested service isn’t running on........ 解决办法: localhost 改成 [::1]
GET http://[::1]:3000/users HTTP/1.1 问题解决: rest client请求成功
Q1:发布到远程存储库时遇到错误: rejected Updates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes before pushing again. 正在推送 master
Error: failed to push some refs to https://github.com/…