-
Notifications
You must be signed in to change notification settings - Fork 909
Can anyone help me clone this repository? #1149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
If files are missing after cloning, it's possible that the repository is configured in a way that causes this, or there might have been a mistake during the cloning process. Usually, cloning a repository should pull down all the files present at the current commit. When you see files as "deleted" in your working directory, it's possible they are being tracked as deletions by Git. To unstage these changes, you can use: git restore --staged . |
So yeah, I tried to run this command, however, this just returns a bunch of errors. |
Share the platform that you are using. Like windows, linux or macOS |
Uh oh!
There was an error while loading. Please reload this page.
I forked this repository and cloned it, but all files are deleted by default, and when I try to unstage the changes, I run into an error. I am new to contributing and I haven't encountered this before. Also, I tried to type the git command visible below "git restore --source=HEAD :/", but then I had to create two other commits which override commits written by others.

The text was updated successfully, but these errors were encountered: