Hide Forgot
Description of problem: 1] A typo 401 in the warning message. remote: error: unable to load template file "http://git:8080/ruby-hello-world.git": unable to read URL "http://git:8080/ruby-hello-world.git", server reported 401 401 Unauthorized 2]Another typo in gitserver Readme. doc.https://github.com/openshift/origin/blob/master/examples/gitserver/README.md#automatically-cloning-public-repositories oc set env dc/gitserver GIT_INITIAL_CLONE_1="https://github.com/openshift/ruby-hello-world.git;helloworld" Should be 'oc set env dc/git' Version-Release number of selected component (if applicable): devenv-rhel7_4050 How reproducible: always Steps to Reproduce: 1.Disable anonymous cloning in gitserver yaml file 2.Deploy the git server pod 3.Push code to the git server Actual results: step 3: will show typo error. Expected results: Should no typo Additional info:
The typos still exist in docker.io/openshift/origin-gitserver ( imageid: 12cd0a9b2c3d 46 hours ago)
Fixes to gitserver readme submitted in https://github.com/openshift/origin/pull/9038 Fix to URL error message will need an upstream pull
Kubernetes pull for error message: https://github.com/kubernetes/kubernetes/pull/26354
upstream pull has merged and should be in our rebase.
Test with openshift/origin-gitserver(f7e2291462a1) No typo in the push warining message. remote: error: unable to load template file "http://git:8080/ruby-hello-world.git": unable to read URL "http://git:8080/ruby-hello-world.git", server reported 401 Unauthorized, status code=401