startup-os icon indicating copy to clipboard operation
startup-os copied to clipboard

`aa review` should not ask for username when repo is ssh

Open oferb opened this issue 7 years ago • 1 comments

$ git remote -v
origin	[email protected]:google/startup-os.git (fetch)
origin	[email protected]:google/startup-os.git (push)

Interestingly, it did successfully push, so unclear why it needed the usename.

oferb avatar Sep 14 '18 09:09 oferb

@oferb it's not an issue with aa per se, it's just that git could not get authorized by ssh-agent. First of all, let's check whether ssh-agent is running

vmax avatar Sep 14 '18 17:09 vmax