Reputation: 109
I need config the Git to use SSH but I cant't find the config file in past ~/.ssh. How could I create this file?
Upvotes: 0
Views: 813
Reputation: 92569
Follow a tutorial like this:
http://mrsimonelliott.com/blog/setting-git-and-github-windows-xp
I suspect you are not using GIT bash, as ~/
is not a normal windows pathing and you are probably trying to do this from a command prompt. ~/
means the current users home directory on POSIX systems.
Upvotes: 2