0
0
0906ddd2021-08-21 23:06:08
git
0906ddd, 2021-08-21 23:06:08

How to fix an error after cloning a repository?

inclined the repository empty

trying to try to upload files there

create a file .gitignore
and R EADME.md
but writes in the console after the touch command README.md

touch : The name "touch" is not recognized as the name of a cmdlet, function, script file or executable program. Check the spelling of the name and the presence and
correctness of the path, then try again.
line:1 character:1
+ touch README.md
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (touch:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

61215c2be7c4f445672678.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2021-08-22
@karabanov

touch is a Linux command line utility and you entered the command in Windows PowerShell

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question