git account config 설정이 제대로 되어있지 않을 경우, private한 repostiory에 접근할 때 404에러가 발생한다.
가장 간단히 해결할 수 있는 방법은, 접근하고자하는 repository 주소에 계정정보를 아애 포함시키는 방법이다.
> git clone https://{git_account_id}@github.com/{repository_address}