Partage
  • Partager sur Facebook
  • Partager sur Twitter

SSH je n'arrive pas à cloner un projet GIT

    30 mai 2016 à 14:47:04

    Bonjour j'essaie désespérément de cloner un projet git mais je n'y arrive pas. Pourriez vous m'indiquer comment régler ceci ? J'ai réinstallé ubuntu ce matin et voici la procédure que j'ai effectué :
    1. Générer une clé publique :
    ssh-keygen -t rsa -b 4096 -C "mail@gmail.com"
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/id_rsa
    2. Vérifier si la clé existe :
    ls -lha /home/kpone/.ssh/ total 20K
    drwx------  2 kpone kpone 4,0K mai   30 12:09 .
    drwxr-xr-x 25 kpone kpone 4,0K mai   30 12:44 ..
    -rw-------  1 kpone kpone 3,2K mai   30 14:01 id_rsa
    -rw-------  1 kpone kpone  751 mai   30 14:01 id_rsa.pub
    -rw-------  1 kpone kpone 3,9K mai   30 14:11 known_hosts
    3. Ajouter la clé sur bitbucket (j'ai aussi essayé avec un projet github j'ai le même soucis) 
    4. cloner mon projet :
    sudo git clone git@bitbucket.org:unprojet.git
    Clonage dans 'unprojet'...
    Permission denied (publickey).
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
    5. Afficher le log de connexion
    ssh -vT git@bitbucket.org
    OpenSSH_6.7p1 Ubuntu-5ubuntu1.4, OpenSSL 1.0.1f 6 Jan 2014
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to bitbucket.org [104.192.143.3] port 22.
    debug1: Connection established.
    debug1: identity file /home/kpone/.ssh/id_rsa type 1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /home/kpone/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Ubuntu-5ubuntu1.4
    debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
    debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: server->client aes128-ctr umac-64@openssh.com none
    debug1: kex: client->server aes128-ctr umac-64@openssh.com none
    debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent
    debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
    debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
    debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
    debug1: Server host key: RSA 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40
    debug1: Host 'bitbucket.org' is known and matches the RSA host key.
    debug1: Found key in /home/kpone/.ssh/known_hosts:3
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: SSH2_MSG_SERVICE_REQUEST sent
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: /home/kpone/.ssh/id_rsa
    debug1: Remote: Forced command: conq username:Alexmtch
    debug1: Remote: Port forwarding disabled.
    debug1: Remote: X11 forwarding disabled.
    debug1: Remote: Agent forwarding disabled.
    debug1: Remote: Pty allocation disabled.
    debug1: Server accepts key: pkalg ssh-rsa blen 535
    debug1: Remote: Forced command: conq username:Alexmtch
    debug1: Remote: Port forwarding disabled.
    debug1: Remote: X11 forwarding disabled.
    debug1: Remote: Agent forwarding disabled.
    debug1: Remote: Pty allocation disabled.
    debug1: Authentication succeeded (publickey).
    Authenticated to bitbucket.org ([104.192.143.3]:22).
    debug1: channel 0: new [client-session]
    debug1: Requesting no-more-sessions@openssh.com
    debug1: Entering interactive session.
    debug1: Sending environment.
    debug1: Sending env LANG = fr_FR.UTF-8
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
    logged in as Alexmtch.
    
    You can use git or hg to connect to Bitbucket. Shell access is disabled.
    debug1: channel 0: free: client-session, nchannels 1
    Transferred: sent 4472, received 3656 bytes, in 0.3 seconds
    Bytes per second: sent 17291.4, received 14136.2
    debug1: Exit status 0
    • Partager sur Facebook
    • Partager sur Twitter

    SSH je n'arrive pas à cloner un projet GIT

    × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
    × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
    • Editeur
    • Markdown