git - how to fix repo upload failed with urlopen error [Errno -2] Name or service not known? -
i have created own git server repo. git works fine. , repo sync code server. when used "repo upload ." failed. log
:~/retest/build/ap$ repo upload . upload project ap/ remote branch master: branch mifi ( 1 commit, thu jul 27 21:20:21 2017 +0800): 3da5c7d8 build:first build null (y/n)? y ---------------------------------------------------------------------- failed ap/ mifi (null: <urlopen error [errno -2] name or service not known>)
the .git/config
:~/retest/build/ap$ cat .git/config core repositoryformatversion = 0 filemode = true filter "lfs" smudge = git-lfs smudge --skip -- %f remote "lqce" url = http://url/for/git review = null projectname = mifi/ap fetch = +refs/heads/*:refs/remotes/lqce/* branch "mifi" remote = lqce merge = refs/heads/master :~/retest/build/ap$ repo upload . branch mifi ( 1 commit, thu jul 27 21:20:21 2017 +0800): 3da5c7d8 build::first build null (y/n)? y
Comments
Post a Comment