Git attempting to stage 5000+ documents

▼魔方 西西 提交于 2019-12-11 21:36:38

问题


I'm running into a problem with github on my computer. It started when I installed brew on my mac, I also used git init within a program folder today inorder to push it to my repo, but this is something I had done before. When I run git status, this is what I get:

On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
.DS_Store
.Trash/
.bash_history
.bash_sessions/
.cache/
.config/
.docker/
.eclipse/
.kube/
.oracle_jre_usage/
.ssh/
.subversion/
.tooling/
.vscode/
Applications/
Desktop/
Documents/
Downloads/
Library/
Movies/
Music/
Pictures/
Public/
eclipse-workspace/
git/
go/
google-cloud-sdk/
mydockerbuild/
mydockerbuild2/

For some reason, it's trying to push my entire PC through to github, which is making my VS code less and less functional (not opening up full documentation, etc.). It also had this for a couple other files that I used git clean -f on, but I don't want to delete any of these for obvious reasons. Please help! Also I just started git so please cut me some slack if im not being explicit.

来源:https://stackoverflow.com/questions/51166441/git-attempting-to-stage-5000-documents

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!