You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/12/22 16:45:40 UTC

[GitHub] [netbeans] NicolaIsotta opened a new issue, #5135: Git: use credentials helper

NicolaIsotta opened a new issue, #5135:
URL: https://github.com/apache/netbeans/issues/5135

   ### Description
   
   Netbeans should use git credentials saved by the credential helper.
   
   ### Use case/motivation
   
   I would like Netbeans not to ask credentials when I perform an operation on a repo; it should use the configured credential helper like the git command line.
   I have dozens of repos cloned from github and it's really painful updating the credentials every time an access token expires.
   
   ### Related issues
   
   #4439 (not sure if really related)
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #5135: Git: use credentials helper

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #5135:
URL: https://github.com/apache/netbeans/issues/5135#issuecomment-1364276981

   jgit (the library used by NetBeans) supports pagent on windows and ssh-agent on other platforms. You need to load the key into the agent and it will be automatically used when you use SSH based origins.
   
   I never entered credentials when I cloned out from github.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] NicolaIsotta commented on issue #5135: Git: use credentials helper

Posted by GitBox <gi...@apache.org>.
NicolaIsotta commented on issue #5135:
URL: https://github.com/apache/netbeans/issues/5135#issuecomment-1365047216

   JGit issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441198


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists