-
Notifications
You must be signed in to change notification settings - Fork 500
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
touch .gitignore is not working #10
Comments
touch : The term 'touch' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
|
The touch command is not available on Windows, so you will have to use another method to create the file. Also, this issue isn't directly related to the portfolio project itself, so try googling the issue beforehand. |
You need to open a new terminal and use Git as your default shell for the touch command to work |
make new file x.gitignore and then rename that file by deleteing "x". |
This should do it |
No description provided.
The text was updated successfully, but these errors were encountered: