search

Home  >  Q&A  >  body text

github - problems uploading to git

Untracked files:

.DS_Store
KickBalliOS/

nothing added to commit but untracked files present

滿天的星座滿天的星座2793 days ago571

reply all(3)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-05-02 09:27:38

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

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-02 09:27:38

    You don’t have git add?

    reply
    0
  • 天蓬老师

    天蓬老师2017-05-02 09:27:38

    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.

    reply
    0
  • Cancelreply