Link to home
Start Free TrialLog in
Avatar of onaled777
onaled777Flag for United States of America

asked on

Configuring and connecting to a remote git hub repository

I learnt through http://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository that a git repository has to have a '.Git' folder.

I am looking on my remote github repository and seeing only files .gitignore and .gitattributes.

Whats more whenever I try to run any git commands on that remote location I get the following error:
'git' is not recognized as an internal or an external command, operable program or batch file.

Examples of commands I have used are (names were modified of course but its the same format):
$git remote https://github.com/cest/Deb/

All commands produce the error above.
ASKER CERTIFIED SOLUTION
Avatar of Franck Horlaville
Franck Horlaville
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial