makefile - problems when installing git -


i cloned current source tree , tried build , following error. tell me why , if there easy way fix it? i’m running on ubuntu system.

    build steps:      $ make configure ;#      $ ./configure --prefix=/usr ;#      $ make doc ;# (errors occur)     .     .     .     asciidoc technical/shallow.html     asciidoc technical/trivial-merge.html     gen technical/api-index.txt         asciidoc technical/api-index.html     sed "s|@@man_base_url@@|file:///usr/local/share/doc/git/|" manpage-base-url.xsl.in > manpage-base-url.xsl     asciidoc git-add.xml     xmlto git-add.1     compilation error: file /tmp/xmlto-xsl.orar7p line 6 element include     xsl:include : invalid uri reference /home/gary/下载/git/documentation/manpage-normal.xsl     compilation error: file /tmp/xmlto-xsl.orar7p line 7 element include     xsl:include : invalid uri reference /home/gary/下载/git/documentation/manpage-base-url.xsl     make[1]: *** [git-add.1] 错误 1     make[1]:正在离开目录 `/home/gary/下载/git/documentation'     make: *** [doc] 错误 2 

zloj has answered question in comments:

have tried put in dir doesn't contain characters 下载 ?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -