문제

I do not understand the uses for the commands ssh or git-clone in the rhc tool. If I try to connect via ssh I have to use a client like PuTTY and if I like to clone a project I have to use the GitBash on Windows. My question is, when I use the commands above?

도움이 되었습니까?

해결책

You can use those commands if you have an ssh client, or git client that is accessible via your command line in windows. So if you can open up your cmd prompt, and type "ssh" or "git" and it works, then you can use the rhc ssh, and rhc git-clone commands. Mostly they are useful for Unix, Linux, and OS X, but with some configuration you should be able to do it from windows also.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top