Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
- $ clip < ~/.ssh/id_rsa.pub
- Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
- $ git clone [email protected]:fleet-hand/fh-driver.git
- Cloning into 'fh-driver'...
- GitLab: You are not allowed to download code from this project.
- fatal: Could not read from remote repository.
- Please make sure you have the correct access rights
- and the repository exists.
- Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
- $ GIT_SSH_COMMAND='ssh -v' git clone [email protected]:fleet-hand/fh-driver.git Cloning into 'fh-driver'...
- OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019
- debug1: Reading configuration data /etc/ssh/ssh_config
- debug1: Connecting to gitlab.programmatus.com [94.176.234.167] port 22.
- debug1: Connection established.
- debug1: identity file /c/Users/Eimantas/.ssh/id_rsa type 0
- debug1: identity file /c/Users/Eimantas/.ssh/id_rsa-cert type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_dsa type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_dsa-cert type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_ecdsa type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_ecdsa-cert type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_ed25519 type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_ed25519-cert type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_xmss type -1
- debug1: identity file /c/Users/Eimantas/.ssh/id_xmss-cert type -1
- debug1: Local version string SSH-2.0-OpenSSH_8.1
- debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
- debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000002
- debug1: Authenticating to gitlab.programmatus.com:22 as 'git'
- debug1: SSH2_MSG_KEXINIT sent
- debug1: SSH2_MSG_KEXINIT received
- debug1: kex: algorithm: [email protected]
- debug1: kex: host key algorithm: ecdsa-sha2-nistp256
- debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
- debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
- debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
- debug1: Server host key: ecdsa-sha2-nistp256 SHA256:4BN5zZfUFSiKKtvypdUfJdF1PaNxLWMGoAqxIUfWU7w
- debug1: Host 'gitlab.programmatus.com' is known and matches the ECDSA host key.
- debug1: Found key in /c/Users/Eimantas/.ssh/known_hosts:5
- debug1: rekey out after 134217728 blocks
- debug1: SSH2_MSG_NEWKEYS sent
- debug1: expecting SSH2_MSG_NEWKEYS
- debug1: SSH2_MSG_NEWKEYS received
- debug1: rekey in after 134217728 blocks
- debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_rsa RSA SHA256:MbAMdMACZ9DtfeyKgP1IwmMvE2MfD8DecFoujf0F3tE
- debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_dsa
- debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_ecdsa
- debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_ed25519
- debug1: Will attempt key: /c/Users/Eimantas/.ssh/id_xmss
- debug1: SSH2_MSG_SERVICE_ACCEPT received
- debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
- debug1: Next authentication method: publickey
- debug1: Offering public key: /c/Users/Eimantas/.ssh/id_rsa RSA SHA256:MbAMdMACZ9DtfeyKgP1IwmMvE2MfD8DecFoujf0F3tE
- debug1: Server accepts key: /c/Users/Eimantas/.ssh/id_rsa RSA SHA256:MbAMdMACZ9DtfeyKgP1IwmMvE2MfD8DecFoujf0F3tE
- debug1: Authentication succeeded (publickey).
- Authenticated to gitlab.programmatus.com ([94.176.234.167]:22).
- debug1: channel 0: new [client-session]
- debug1: Requesting [email protected]
- debug1: Entering interactive session.
- debug1: pledge: network
- debug1: Remote: Forced command.
- debug1: Remote: Port forwarding disabled.
- debug1: Remote: X11 forwarding disabled.
- debug1: Remote: Agent forwarding disabled.
- debug1: Remote: Pty allocation disabled.
- debug1: Remote: Forced command.
- debug1: Remote: Port forwarding disabled.
- debug1: Remote: X11 forwarding disabled.
- debug1: Remote: Agent forwarding disabled.
- debug1: Remote: Pty allocation disabled.
- debug1: Sending command: git-upload-pack 'fleet-hand/fh-driver.git'
- GitLab: You are not allowed to download code from this project.
- debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
- debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
- debug1: channel 0: free: client-session, nchannels 1fatal: Could not read from remote repository.
- Please make sure you have the correct access rights
- and the repository exists.
- Transferred: sent 3572, received 3304 bytes, in 0.3 seconds
- Bytes per second: sent 12215.3, received 11298.9
- debug1: Exit status 1
- Eimantas@DESKTOP-GNSJUK9 MINGW64 ~
- $
Advertisement
Add Comment
Please, Sign In to add comment