Currently, if you haven't checked the "I agree" checkbox, you get

fatal: remote error: Your account is suspended.

Could we make it: "You do not have access to this repository, probably because you haven't clicked "I agree" on the git access page" or something like that?

rfay@rfay-bigsony:/tmp/sandbox3$ git push --all junker94
rfay@git-dev.drupal.org's password: 
Permission denied, please try again.
rfay@git-dev.drupal.org's password: 
fatal: remote error: Your account is suspended.

Comments

eliza411’s picture

I think the plan is to link all of the error messages to a page explaining what conditions might cause the error because many errors get returned in multiple conditions.

rfay’s picture

Works for me. Looks to me like this one might be specific to this condition. It was fun to see it, and great that it has this message, which actually clued me into what was going on!

eliza411’s picture

Issue tags: +retest after build

According to http://drupal.org/node/1054276, this message should now read, ""You are required to accept the Git Access Agreement in your user profile before using git."

We should determine the exact message we want at deployment when we review workflows today.

eliza411’s picture

Status: Active » Needs work

It's currently saying:
fatal: remote error: You do not have permission to access '/project/blue_diamonds.git' with the provided credentials.

Should be adding a link to the troubleshooting page which could disambiguate the conditions for this message.

eliza411’s picture

Assigned: Unassigned » sdboyer

Let's review this condition when we do the entire error message review.

eliza411’s picture

Status: Needs work » Fixed
eliza411’s picture

Issue tags: -retest after build

removing tag

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.