This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271507 - Connect with GIT repository having two factor authentication
Summary: Connect with GIT repository having two factor authentication
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-21 05:50 UTC by sandeep.kumar.ignivasolutions
Modified: 2018-02-12 17:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Error Message (183.17 KB, image/png)
2017-09-21 05:50 UTC, sandeep.kumar.ignivasolutions
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sandeep.kumar.ignivasolutions 2017-09-21 05:50:18 UTC
Created attachment 165154 [details]
Error Message

Hello Guys,

I use netbeans version control feature and because it is awesome!!.

I am able to connect with public repositories with netbeans but having issues with private(companies) repositories . We have implemented two factor authentication for connecting with git.

If we want to login on github then a password(OTP) is generated and we need to provide this password to get login.

Is there any way to login into GIT having two factor authentication?

Thank You
Comment 1 sandeep.kumar.ignivasolutions 2017-09-25 04:44:56 UTC
========How to connect with git having two factor auth=========
=> Open settings from profile menu
=> In left sidebar open Personal access token under developer settings
=> Create a token
=> Use the token as your password while connecting with GIT.
Comment 2 tchubs 2018-02-12 17:33:23 UTC
Hey there,

How do I access this "Profile Menu" ==> "Developer Settings"?

I cannot find it. Using:

Product Version: NetBeans IDE Dev (Build 201802120002)
Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
Runtime: Java(TM) SE Runtime Environment 9.0.1+11
System: Mac OS X version 10.12.6 running on x86_64; UTF-8; en_US (nb)

Tom