github - problems uploading to git
滿天的星座
滿天的星座 2017-05-02 09:25:38
0
3
598

Untracked files:

.DS_Store
KickBalliOS/

nothing added to commit but untracked files present

滿天的星座
滿天的星座

reply all(3)
淡淡烟草味

This is a newly added file locally, but the repository has no tracking record. Just use git add .

仅有的幸福

You don’t have git add?

Peter_Zhu

It should be that you have not established tracking. Use git branch --set-upstream-to=origin/<remote branch name> <local branch name> to handle it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template