Trying to do a "Git / Remote / Push to Upstream" in NetBeans 11.1, but can't get it to work. My remote is on GitLab:
[remote "origin"] url = g...@gitlab.com:Cenbe/geckos.git fetch = +refs/heads/*:refs/remotes/origin/* In NetBeans, using user "git" and the correct location of my SSH key (see screenshot), the dialog just disappears and redisplays when I hit OK. I tried username "cenbe" in the NetBeans dialog with the same results. I know the key is set up properly on GitLab because I can push from the command line ("cenbe" is also the branch name): cenbe@greyhand:/mnt/common/src/geckos > git push origin cenbe Enter passphrase for key '/home/cenbe/.ssh/id_rsa': Enumerating objects: 11, done. Counting objects: 100% (11/11), done. Delta compression using up to 8 threads Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 506 bytes | 506.00 KiB/s, done. Total 6 (delta 5), reused 0 (delta 0) remote: remote: To create a merge request for cenbe, visit: remote: https://gitlab.com/Cenbe/geckos/merge_requests/new?merge_request%5Bsource_branch%5D=cenbe remote: To gitlab.com:Cenbe/geckos.git 47c30fa..8be0c01 cenbe -> cenbe cenbe@greyhand:/mnt/common/src/geckos > What might I be doing wrong? I'm running Debian "Buster" with git version 2.20. -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe."
<<attachment: cenbe.vcf>>
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists