hop
hop copied to clipboard
[Bug]: HOP GUI - Repeatedly Prompting to enter GitHub Credentials
Apache Hop version?
2.9.0
Java version?
11
Operating system
Windows
What happened?
Installation details:- Download and extract the apache-hop-client-2.9.0.zip file from the official page: https://hop.apache.org/download/ apache-hop-client-2.9.0.zip and Run the HOP-GUI.bat file to start the HOP application.
Java Version:- 11
Reproduction Steps:-
- Open HOP GUI using hop-gui.bat.
- Open any existing Pipeline.
- Goto File Explorer (Ctrl + Shift + E) and click on Git Push.
- HOP GUI will prompt you to enter the GitHub credentials. Enter the credentials and Click Ok button.
- HOP GUI continuously prompts to enter the Git credentials multiple times and doesn't display an error message or allow to proceed to the next steps (Note I'm entering a valid credentials).
Note:
- GitHub Plugin is already installed in the Path: apache-hop-client-2.9.0\hop\plugins\misc\git
- .git/config is also created in the Project directory. ( Created using "git clone" on Windows CMD)
- FYI, I can push and pull the code files via Git Client using Windows CMD. However, via HOP GUI unable to do it since the application Is repeatedly asking me to enter the Git credentials without an error message.
I have referred to the following articles regarding this configuration: https://hop.apache.org/manual/latest/hop-gui/hop-gui-git.html https://hop.apache.org/manual/latest/hop-gui/perspective-file-explorer.html
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui