- No refs in common and none specified; doing nothing.
- Perhaps you should specify a branch such as 'master'.
1 문제상황[ | ]
Console
Copy
root@zetawiki:~/IropkeBatang# git status
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
IropkeBatangM.eot
IropkeBatangM.ttf
IropkeBatangM.woff
iropkebatang.css
nothing added to commit but untracked files present (use "git add" to track)
root@zetawiki:~/IropkeBatang# git add -A
root@zetawiki:~/IropkeBatang# git commit -a -m 'all'
[master (root-commit) 4b5d7fe] all
4 files changed, 10 insertions(+)
create mode 100644 IropkeBatangM.eot
create mode 100644 IropkeBatangM.ttf
create mode 100644 IropkeBatangM.woff
create mode 100644 iropkebatang.css
root@zetawiki:~/IropkeBatang# git push
Username for 'https://github.com': jmnote
Password for 'https://jmnote@github.com': P@ssw0rd
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
Everything up-to-date
2 확인[ | ]
Console
Copy
root@zetawiki:~/IropkeBatang# git status
On branch master
Your branch is based on 'origin/master', but the upstream is gone.
(use "git branch --unset-upstream" to fixup)
nothing to commit, working directory clean
3 조치[ | ]
Console
Copy
root@zetawiki:~/IropkeBatang# git push origin master
Username for 'https://github.com': jmnote
Password for 'https://jmnote@github.com': P@ssw0rd
Counting objects: 6, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 2.69 MiB | 383.00 KiB/s, done.
Total 6 (delta 0), reused 0 (delta 0)
To https://github.com/jmnote/IropkeBatang.git
* [new branch] master -> master
4 같이 보기[ | ]
5 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.