All of lore.kernel.org
 help / color / mirror / Atom feed
* Feature Request Google Authenticator Support
@ 2014-01-30  4:07 Max Rahm
  2014-01-30  4:18 ` Andrew Ardill
  2014-01-30 14:28 ` Erik Faye-Lund
  0 siblings, 2 replies; 5+ messages in thread
From: Max Rahm @ 2014-01-30  4:07 UTC (permalink / raw)
  To: git

Github supports google authenticator 2-step authentication. I enabled it
and how can't figure out how to connect to my github account through git.
I've looked pretty hard in the man pages and on google and can't seem to
find anything on how to set up git to work with a repository with 2-step
verification. Here's a link to my stackoverflow question with my exact
problem if there's something I'm missing.

http://stackoverflow.com/questions/21447137/git-github-not-working-with-google-authenticator-osx

As far as I can tell the feature is not supported. I'd like to be able to
use the 2-step authentication but obviously I'd like to be able to push my
code :D

Thanks in advance,
Max Rahm

--
:wq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Feature Request Google Authenticator Support
  2014-01-30  4:07 Feature Request Google Authenticator Support Max Rahm
@ 2014-01-30  4:18 ` Andrew Ardill
  2014-01-30 14:28 ` Erik Faye-Lund
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Ardill @ 2014-01-30  4:18 UTC (permalink / raw)
  To: Max Rahm; +Cc: git

On 30 January 2014 15:07, Max Rahm <ac90b671@gmail.com> wrote:
> Github supports google authenticator 2-step authentication. I enabled it
> and how can't figure out how to connect to my github account through git.
> I've looked pretty hard in the man pages and on google and can't seem to
> find anything on how to set up git to work with a repository with 2-step
> verification. Here's a link to my stackoverflow question with my exact
> problem if there's something I'm missing.
>
> http://stackoverflow.com/questions/21447137/git-github-not-working-with-google-authenticator-osx
>
> As far as I can tell the feature is not supported. I'd like to be able to
> use the 2-step authentication but obviously I'd like to be able to push my
> code :D

I was under the impression that private key authentication worked
regardless of two-factor authentication. Is using git over ssh an
option for you?

Regards,

Andrew Ardill

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Feature Request Google Authenticator Support
  2014-01-30  4:07 Feature Request Google Authenticator Support Max Rahm
  2014-01-30  4:18 ` Andrew Ardill
@ 2014-01-30 14:28 ` Erik Faye-Lund
  2014-01-30 17:22   ` Jakub Narębski
  2014-01-30 17:38   ` Scott Chacon
  1 sibling, 2 replies; 5+ messages in thread
From: Erik Faye-Lund @ 2014-01-30 14:28 UTC (permalink / raw)
  To: Max Rahm; +Cc: GIT Mailing-list

On Thu, Jan 30, 2014 at 5:07 AM, Max Rahm <ac90b671@gmail.com> wrote:
> Github supports google authenticator 2-step authentication. I enabled it
> and how can't figure out how to connect to my github account through git.
> I've looked pretty hard in the man pages and on google and can't seem to
> find anything on how to set up git to work with a repository with 2-step
> verification. Here's a link to my stackoverflow question with my exact
> problem if there's something I'm missing.
>
> http://stackoverflow.com/questions/21447137/git-github-not-working-with-google-authenticator-osx
>
> As far as I can tell the feature is not supported. I'd like to be able to
> use the 2-step authentication but obviously I'd like to be able to push my
> code :D

This sounds like a question for the GitHub support rather than the Git
community.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Feature Request Google Authenticator Support
  2014-01-30 14:28 ` Erik Faye-Lund
@ 2014-01-30 17:22   ` Jakub Narębski
  2014-01-30 17:38   ` Scott Chacon
  1 sibling, 0 replies; 5+ messages in thread
From: Jakub Narębski @ 2014-01-30 17:22 UTC (permalink / raw)
  To: kusmabite, Max Rahm; +Cc: GIT Mailing-list

On Thu, 2014-01-30, Erik Faye-Lund wrote:
> On Thu, Jan 30, 2014 at 5:07 AM, Max Rahm <ac90b671@gmail.com> wrote:
>> Github supports google authenticator 2-step authentication. I enabled it
>> and how can't figure out how to connect to my github account through git.
>> I've looked pretty hard in the man pages and on google and can't seem to
>> find anything on how to set up git to work with a repository with 2-step
>> verification. Here's a link to my stackoverflow question with my exact
>> problem if there's something I'm missing.
>>
>> http://stackoverflow.com/questions/21447137/git-github-not-working-with-google-authenticator-osx
>>
>> As far as I can tell the feature is not supported. I'd like to be able to
>> use the 2-step authentication but obviously I'd like to be able to push my
>> code :D
>
> This sounds like a question for the GitHub support rather than the Git
> community.

Especially that Git prides itself that it does not do authenthication,
but passes it to appropriate programs, SSH or web server (HTTP).

Own git:// protocol is unathenthicated.
-- 
Jakub Narębski

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Feature Request Google Authenticator Support
  2014-01-30 14:28 ` Erik Faye-Lund
  2014-01-30 17:22   ` Jakub Narębski
@ 2014-01-30 17:38   ` Scott Chacon
  1 sibling, 0 replies; 5+ messages in thread
From: Scott Chacon @ 2014-01-30 17:38 UTC (permalink / raw)
  To: kusmabite; +Cc: Max Rahm, GIT Mailing-list

Hey,

On Thu, Jan 30, 2014 at 6:28 AM, Erik Faye-Lund <kusmabite@gmail.com> wrote:
> On Thu, Jan 30, 2014 at 5:07 AM, Max Rahm <ac90b671@gmail.com> wrote:
>> Github supports google authenticator 2-step authentication. I enabled it
>> and how can't figure out how to connect to my github account through git.
>> I've looked pretty hard in the man pages and on google and can't seem to
>> find anything on how to set up git to work with a repository with 2-step
>> verification. Here's a link to my stackoverflow question with my exact
>> problem if there's something I'm missing.
>>
>> http://stackoverflow.com/questions/21447137/git-github-not-working-with-google-authenticator-osx
>>
>> As far as I can tell the feature is not supported. I'd like to be able to
>> use the 2-step authentication but obviously I'd like to be able to push my
>> code :D
>
> This sounds like a question for the GitHub support rather than the Git
> community.

Erik is right, for any GitHub questions, emailing support@github.com
is way better than using this list. The answer to your question,
however, is that you have to use a personal access token:

https://help.github.com/articles/providing-your-2fa-security-code#through-the-command-line

You can generate one from this page, in the "Personal Access Tokens"
section: https://github.com/settings/applications

Thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-30 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30  4:07 Feature Request Google Authenticator Support Max Rahm
2014-01-30  4:18 ` Andrew Ardill
2014-01-30 14:28 ` Erik Faye-Lund
2014-01-30 17:22   ` Jakub Narębski
2014-01-30 17:38   ` Scott Chacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.