credential1 local에 저장되어 있는 git계정 clear 하기 한 컴퓨터에서 여러 git 서비스를 사용하는 경우 혹은 여러사람이 한 컴퓨터를 사용하는 경우미리 저장되어 있는 git 계정때문에 권한 문제로 git push가 안되거나 git clone이 안되는 경우가 종종발생한다. 아래 처럼 정확한 계정을 git url을 입력했는데도 not found 메시지가 발생할 수 있다. $ git clone http://**************/****/***/***************.gitCloning into '*******************'...remote: Not Foundfatal: repository 'http://**************/****/***/***************.git/' not found 이럴때는 git credential cach.. 2017. 3. 3. 이전 1 다음