Skip to content
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

Open
saadbutt2828 opened this issue May 30, 2019 · 5 comments
Open

touch .gitignore is not working #10

saadbutt2828 opened this issue May 30, 2019 · 5 comments

Comments

@saadbutt2828
Copy link

No description provided.

@saadbutt2828
Copy link
Author

touch : The term 'touch' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • touch
  •   + CategoryInfo          : ObjectNotFound: (touch:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

@CobyPowers
Copy link

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.

@ghost
Copy link

ghost commented Aug 21, 2019

You need to open a new terminal and use Git as your default shell for the touch command to work

@rejver007
Copy link

make new file x.gitignore and then rename that file by deleteing "x".

@rainmaker29
Copy link

You need to open a new terminal and use Git as your default shell for the touch command to work

This should do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants