rugged icon indicating copy to clipboard operation
rugged copied to clipboard

Failed to authenticate SSH session: Unable to send userauth-publickey request

Open Narendranvel opened this issue 5 years ago • 0 comments

Getting this error while pushing the branch. Failed to authenticate SSH session: Unable to send userauth-publickey request rugged = Rugged::Repository.new("/tmp/path/.git".freeze) rugged.push('origin', "refs/heads/master", credentials: credentials)

When Tried without the credentials getting this below authentication required but no callback set error

Is there any way to solve the above issue? TIA.

Narendranvel avatar Mar 28 '20 20:03 Narendranvel