Receiving Objects : x% 에서 멈출때
사용하는 환경에 따라 Receiving Objects : x% 에서 멈출때
예
remote: Enumerating objects: 12542, done.
remote: Counting objects: 100% (12542/12542), done.
remote: Compressing objects: 100% (8357/8357), done.
remote: Total 12542 (delta 4559), reused 10890 (delta 2914), pack-reused 0 (from 0)
Receiving objects: 1% (1123/12542)
// 여기에서 항상 멈춤
이럴때는 windows 내장 ssh.exe 를 사용하게 지정한다
git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
2 Comments
Jordan Singer
2d2 replies
Santiago Roberts
4d