Git错误总结错误提示一:Updates were rejected because the remote contains work that you do错误提示二:git错误Repository not found错误提示二:push to origin/master war rejected
标题Git 报错错误提示一:Updates were rejected because the remote contains work that you do错误提示如下:解决方法git init //初始化仓库git add .(文件name) //添加文件到本地git commit -m “first commit” //添加文件描述信息git remote add origin 远程仓库地址