2016-08-27 7 views
1

에 HTTPS 작동하지 않습니다, 나는 복제하려고 다음과 같은 오류가 OSX El Capitan에 있습니다.AWS CodeCommit이 <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-https-unixes.html" rel="nofollow">https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-https-unixes.html</a> 다음 후 OSX

+0

헬퍼를 helper =! aws codecommit credential-helper $ @로 변경하고 해당 오류가 발생하는지 확인하십시오. – error2007s

+0

그건 문제였습니다. .gitconfig가 잘못 생성 된 이유는 무엇입니까? – Instabrite

+0

이것을 설정하는 동안 실행 한 명령에 오류가 있었음을 알 수 없습니다. 그게 당신의 문제를 해결 한 경우 내 대답을 올바른 것으로 표시하십시오. – error2007s

답변

1

문제는 gitconfig에 있습니다. 아래로 변경하면 효과가 있습니다.

[credential] 
     helper = !aws codecommit credential-helper [email protected] 
     UseHttpPath = true