You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Guys, Thanks for your help. I am able to past the maven proxy issue now. Now I am at a point I can check in the project into gogs.
Now I am facing couple of below issues
Failed to pull from the remote git repo with credentials UsernamePasswordCredentialsProvider{user: gogsadmin, password length: 0} due: https://github.com/fabric8io/jenkins-pipeline-library.git: cannot open git-upload-pack. This exception is ignored.
Do we need to pass the credentials to pull from github? Not necessary right, even I pass the credentials they would be ignored. I was able to get it working on my Vagrant box.
Is this something to do with git http.sslVerify? If that is the case how do I update the settings in the fabric8 forge. Please provide your input.
Appreciate your input on this.
I have already had a discussion on this with #davsclaus, #rawlingsj they helped me to fix maven issue - It looks like this is more appropriate place for forge so just adding a issues here as well.
Thanks!!
The text was updated successfully, but these errors were encountered:
I have the same problem,The pull request doesn't complete by use password, so the f8 app dashboard always wait for the pull request
Performing a pull in git repository /tmp/fabric8-forge/jenkinsWorkflows/.git on remote URL: http://gogs/gogsadmin/jenkins-workflow-library.git
Using UsernamePasswordCredentialsProvider{user: gogsadmin, password length: 0}
I edit the yaml to used other account and password, and I get the message
Performing a pull in git repository /tmp/fabric8-forge/jenkinsWorkflows/.git on remote URL: http://gogs/gogsadmin/jenkins-workflow-library.git
Using UsernamePasswordCredentialsProvider{user: test, password length: 0}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Guys, Thanks for your help. I am able to past the maven proxy issue now. Now I am at a point I can check in the project into gogs.
Now I am facing couple of below issues
org.eclipse.jgit.api.errors.TransportException: http://gogs.cp.cnapps-dev.**.com/gogsadmin/boot12.git: cannot open git-upload-pack
Do we need to pass the credentials to pull from github? Not necessary right, even I pass the credentials they would be ignored. I was able to get it working on my Vagrant box.
Is this something to do with git http.sslVerify? If that is the case how do I update the settings in the fabric8 forge. Please provide your input.
Appreciate your input on this.
I have already had a discussion on this with #davsclaus, #rawlingsj they helped me to fix maven issue - It looks like this is more appropriate place for forge so just adding a issues here as well.
Thanks!!
The text was updated successfully, but these errors were encountered: