代碼已經跟蹤了,添加註釋說明,可是老是添加不了html
error: pathspec 'live-page'' did not match any file(s) known to git.
重複了好多遍,最後發現代碼仍是沒有提交linux
D:\wamp64\www\study-line>git commit -m 'add live-page'error: pathspec 'live-page'' did not match any file(s) known to git.D:\wamp64\www\study-line>git add ./D:\wamp64\www\study-line>git push origin develop Everything up-to-date
最後查看了一下當前狀態git
繼續,按照這個總算是提交成功了github
D:\wamp64\www\study-line>git status On branch develop Your branch is up-to-date with 'origin/develop'. Changes to be committed: (use "git reset HEAD..." to unstage) modified: application/backend/view/common/sidebar.html modified: application/backend/view/linux_shell/internalStorage.html modified: application/backend/view/live/vodEdit.html modified: application/backend/view/live/vodManage.htmlD:\wamp64\www\study-line>git reset ./Unstaged changes after reset: M application/backend/view/common/sidebar.html M application/backend/view/linux_shell/internalStorage.html M application/backend/view/live/vodEdit.html M application/backend/view/live/vodManage.html D:\wamp64\www\study-line>git status On branch develop Your branch is up-to-date with 'origin/develop'. Changes not staged for commit: (use "git add..." to update what will be committed) (use "git checkout --..." to discard changes in working directory) modified: application/backend/view/common/sidebar.html modified: application/backend/view/linux_shell/internalStorage.html modified: application/backend/view/live/vodEdit.html modified: application/backend/view/live/vodManage.html no changes added to commit (use "git add" and/or "git commit -a") D:\wamp64\www\study-line>git add ./D:\wamp64\www\study-line>git commit -m "add CDN page"[develop 0be7d2a] add CDN page 4 files changed, 9 insertions(+), 14 deletions(-) D:\wamp64\www\study-line>git push origin develop Counting objects: 12, done. Delta compression using up to 4 threads. Compressing objects: 100% (12/12), done. Writing objects: 100% (12/12), 1.09 KiB | 0 bytes/s, done. Total 12 (delta 11), reused 0 (delta 0) remote: Resolving deltas: 100% (11/11), completed with 11 local objects. remote: This repository moved. Please use the new location: remote: https://github.com/Tinywan/study-line.gitTo https://github.com/Tinywan/study-line.git 283c67f..0be7d2a develop -> develop