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

Summary: Connect with GIT repository having two factor authentication
Product: ide Reporter: sandeep.kumar.ignivasolutions
Component: Features On DemandAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Error Message

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