Facing following issue:
(tensorflow) C:\Users\venkat>git config clone https://github.com/tensorflow/tensorflow
'git' is not recognized as an internal or external command, operable program or batch file.
Facing following issue:
(tensorflow) C:\Users\venkat>git config clone https://github.com/tensorflow/tensorflow
'git' is not recognized as an internal or external command, operable program or batch file.
if you need to clone the repository use just
git clone https://github.com/tensorflow/tensorflow
'git' is not recognized mean that either you don't have git installed in your machine/computer or the path variable is not set properly.
If the answer is yes, then in Windows, Git recommends use the git bash console in Windows instead the Windows Command line.
git config clone
it's not a valid git commandIf you want to clone a git repository use: git clone <url_repository>
in your case:
git clone https://github.com/tensorflow/tensorflow