Thanks to visit codestin.com
Credit goes to github.com

Skip to content

git repo authentication for multiple accounts #100

Closed
@espeed

Description

@espeed

What is the recommended way to configure push-to-deploy authentication for multiple Google Apps accounts (different domain names)?

The Generate Git Credentials page, accessed via...

https://console.developers.google.com/project/apps~PROJECT
> Source Code 
> Releases 
> Configure Your Repository 
> ? (help icon) 
> Generate Git Credentials

...says...

To use this password, please add the following text to your .netrc file:

machine source.developers.google.com 
    login <GOOGLE_EMAIL>
    password <GIT_PASSWORD>

However, AFAIK .netrc does not support multiple account logins for the same machine.

Relevant docs...

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions