1
자식 리모컨을 해결하는 방법?
다음 구성을 가정하십시오. $ cat ~/.ssh/config Host foo HostName git.foo.com IdentityFile ~/.ssh/foo Port 9000 User git $ cd WORKING_COPY $ git remote -v origin foo:bla.git (fetch) origin foo:bla.git (push) WORKING_COPY폴더 내 에서 origin원격 의 실제 URL을 확인하기 위해 어떤 git 부속 명령을 사용할 수 git+ssh://git@git.foo.com:9000/bla.git있습니까?