비트 버킷에서 내 git repo를 푸시 할 수 없습니다. 내 URL이 올바르게 설정되어 있고 계정에 ssh 키가 있으며 사용 권한이 있습니다. 치명적 : 원격 저장소에서 읽을 수 없습니다.; 정적 기계 로그인으로 인해
debug2: channel 0: input open -> closed
debug3: channel 0: will not send data after close
logged in as servandoavila1.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
debug3: channel 0: will not send data after close
debug2: channel 0: obuf empty
debug2: channel 0: close_write
debug2: channel 0: output drain -> closed
debug2: channel 0: almost dead
debug2: channel 0: gc: notify user
debug2: channel 0: gc: user detached
debug2: channel 0: send close
debug3: send packet: type 97
debug2: channel 0: is dead
debug2: channel 0: garbage collecting
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)
debug3: send packet: type 1
Connection to bitbucket.com closed.
Transferred: sent 3508, received 1836 bytes, in 0.2 seconds
Bytes per second: sent 22807.7, received 11937.0
debug1: Exit status 0
그런 다음
[email protected]:~/projects/foodtruck-remake$ git push
repository access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
내가 아직도 컴퓨터에 내 친구, servandoavila1
로 로그인있어 보인다 : 나는 ssh -vvv [email protected]
을 실행할 때
나는 다음과 같은 출력을 가지고있다. 하지만 최근에 git의 글로벌 user.email
/user.name
을 수정했습니다. 이 repo를 어떻게 푸시 할 수 있습니까? 고마워요
오류를 참조하는 대신 사용자 이름을 사용하도록 업데이트합니다. 당신은 bitbucket에 ssh 할 수 없다. Yuo는 자식을 사용할 수 있습니다. 'git push ... '를 시도 할 때의 오류는 무엇입니까? –
좋은 지적 이네 ... – codyc4321