在Eclipse下建了一个"Blank Heroku App", 然后将自己写好的JS Web练习代码直接复制放到了这个空项目下, 由于Eclipse下的git工具不太会用, 导致一直无法Commit, 报这个信息"No changed items were selected. Do you wish to amend the last commit", 很是纠结. 只好google了下git命令行的使用, 敲命令上传代码了. 命令如下: 1. git add .…
一.错误描述 To github.com:compassblog/PythonExercise.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'git@github.com:compassblog/PythonExercise.git' hint: Updates were rejected because the remote contains work that you d…