scm-sync-configuration-plugin icon indicating copy to clipboard operation
scm-sync-configuration-plugin copied to clipboard

pull from github takes forever

Open ogail opened this issue 10 years ago • 2 comments

Hi, Whenever I go to Manage Jenkins and then try to set the Repository Url to [email protected]:Azure/.git then click save it takes forever. Here's my config:

  • Windows Server 2012
  • Jenkins version: 1.592
  • Plugin version: 0.0.8
  • The repo I use is private and I verified that I can clone it manually on the CI machine

ogail avatar Dec 16 '14 22:12 ogail

I have a private github repo. User jenkins, the user who runs the plugin, can't clone the private repo. It hits and error: git clone [email protected]:XXX/DevOps.git Cloning into 'DevOps.git'... ERROR: Repository not found. fatal: The remote end hung up unexpectedly

lmilbaum avatar Sep 27 '16 13:09 lmilbaum

Did anyone figure out the fix for this? I haven't yet tried the cloning step (which I believe would be when we are restoring from the repository), my remote end hung up unexpectedly arises when it is trying to process the commit queue.

argoyal avatar Sep 04 '18 07:09 argoyal