Closed
Bug 1387571
Opened 8 years ago
Closed 8 years ago
Commit Access (Level 1) for Sajjad Arshad (sarshad@mozilla.com )
Categories
(mozilla.org :: Repository Account Requests, task)
mozilla.org
Repository Account Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: msarshadir, Assigned: marcia, Mentored)
References
Details
Attachments
(1 file)
|
744 bytes,
text/plain
|
Details |
I have read, and agree to abide by, the Commit Access Requirements.
Comment 1•8 years ago
|
||
I vouch for Sajjad
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•8 years ago
|
||
Hi,
Unfortunately, I can't push to try. Here is the error I get:
pushing to ssh://hg.mozilla.org/try
remote: Permission denied (publickey).
abort: no suitable response from remote hg!
Thanks,
Flags: needinfo?(mozillamarcia.knous)
| Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Sajjad Arshad from comment #2)
> Hi,
>
> Unfortunately, I can't push to try. Here is the error I get:
>
> pushing to ssh://hg.mozilla.org/try
> remote: Permission denied (publickey).
> abort: no suitable response from remote hg!
>
> Thanks,
I reopened the MOC bug - let's see what they come back with there.
Flags: needinfo?(mozillamarcia.knous)
Comment 4•8 years ago
|
||
Sajjad - Does your ssh config file set up similar to below?
Typically, the only setting that needs configured is your username. In your SSH config (likely ~/.ssh/config), add the following:
Host hg.mozilla.org
User me@mozilla.com
Host reviewboard-hg.mozilla.org
User me@mozilla.com
You need to log in
before you can comment on or make changes to this bug.
Description
•