I'm facing same issue
$ GIT_SSH_COMMAND="ssh -v" git push
OpenSSH_7.6p1, Libr...

Contribution Date
Technology
Contribution Project
Contribution Details

I'm facing same issue

$ GIT_SSH_COMMAND="ssh -v" git push OpenSSH_7.6p1, LibreSSL 2.6.2 debug1: Reading configuration data /Users/user/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 51: Applying options for * debug1: Connecting to git.drupal.org port 22. debug1: Connection established. debug1: identity file /Users/user/.ssh/id_rsa type 0 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /Users/user/.ssh/id_ed25519-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.6 debug1: Remote protocol version 2.0, remote software version Twisted debug1: no match: Twisted debug1: Authenticating to git.drupal.org:22 as 'git' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: diffie-hellman-group14-sha1 debug1: kex: host key algorithm: ssh-rsa debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none debug1: sending SSH2_MSG_KEXDH_INIT debug1: expecting SSH2_MSG_KEXDH_REPLY debug1: Server host key: ssh-rsa SHA256:Fbjx4sCN5lCL9NvqsQ6MA1SMGZmJrYxYeSblSFRIXi4 debug1: Host 'git.drupal.org' is known and matches the RSA host key. debug1: Found key in /Users/user/.ssh/known_hosts:15 debug1: rekey after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey after 4294967296 blocks debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: password,publickey debug1: Next authentication method: publickey debug1: Offering public key: RSA SHA256:xAiyQZSDQM9+AS/rKhRvHH0IWf7Bu0YTpHJJMv03imM <key file> debug1: Server accepts key: pkalg ssh-rsa blen 535 debug1: Authentication succeeded (publickey). Authenticated to git.drupal.org ([140.211.10.43]:22). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: pledge: network debug1: Sending environment. debug1: Sending env LC_CTYPE = UTF-8 debug1: Sending command: git-receive-pack 'project/clientside_validation.git' debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: free: client-session, nchannels 1 debug1: fd 0 clearing O_NONBLOCK debug1: fd 1 clearing O_NONBLOCK Transferred: sent 3712, received 2168 bytes, in 1.1 seconds Bytes per second: sent 3243.4, received 1894.3 debug1: Exit status 0 fatal: remote error: You do not have write permissions for the 'clientside_validation' repository.

Can see:
debug1: Authentication succeeded (publickey).

I was also able to push tag but not able to push commits. You can check, I pushed the tag rc4 on 15th Aug (yesterday)

Issue Status
Needs work
Contribution Author
Files count
0
Patches count
0