Github Personal Access Token Works in Pycharm But Not in IntelliJ.

已回答

Hello.  I am trying to access my company's github using IntelliJ.

 

When I clone github, and give my personal access token, IntelliJ complains about “Invalid Authentication Data”.

When I try cloning the same repo in Pycharm using the same token, I can clone the repo, make a branch a modify files, then push the changes.

 

I don't know what is going on.  The repo contains java code, so I would like to use IntelliJ for it.  Other relevant information is I recently installed  the latest IntelliJ, and I have a prior version of IntelliJ, which I have not uninstalled.  I am trying to run the latest version of IntelliJ.

(The reason why the prior version has not been uninstalled is b/c my company restricts admin use on laptop.)

Thanks.

Other relevant info below:

IntelliJ IDEA 2023.3.2 (Community Edition)
Build #IC-233.13135.103, built on December 20, 2023
Runtime version: 17.0.9+7-b1087.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Registry:
 ide.experimental.ui=true
Kotlin: 233.13135.103-IJ


IntelliJ IDEA 2021.1.3 (Community Edition)
Build #IC-211.7628.21, built on June 30, 2021
Runtime version: 11.0.11+9-b1341.60 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8

Kotlin: 211-1.4.32-release-IJ7628.19



PyCharm 2021.3.3 (Community Edition)
Build #PC-213.7172.26, built on March 16, 2022
Runtime version: 11.0.14.1+1-b1751.46 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 8
Registry:
   debugger.watches.in.variables=false

Non-Bundled Plugins:
   nl.jusx.pycharm.lineprofiler (1.7.0)
   com.koxudaxi.pydantic (0.3.12)
   PlantUML integration (5.19)


 

0

Please enable debug logs (Help - Diagnostic Tools - Debug Log Settings...) for the following category:

#org.jetbrains.plugins.github

 

Then please reproduce the issue and share the entire logs folder zipped as per https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files

0

Thanks for your attention.  I have the logs, but how do I attach them to this thread?  I can't find the option anywhere.  If you like, I can copy what appears to be the relevant sections in this thread. 

Please advise.  Thanks.

0

请先登录再写评论。