repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth

2,736件の閲覧回数
lilleli
Contributor I

 Hi,  I‘m do repo init command ,

has more probloem below,How to solve?

 

/home/lille/bin/repo: line 1: !DOCTYPE: No such file or directory
/home/lille/bin/repo: line 2: html: No such file or directory
/home/lille/bin/repo: line 3: $'\r': command not found
/home/lille/bin/repo: line 4: head: No such file or directory
/home/lille/bin/repo: line 5: meta: No such file or directory
/home/lille/bin/repo: line 6: meta: No such file or directory
/home/lille/bin/repo: line 7: laquo: command not found
/home/lille/bin/repo: line 7: title: No such file or directory
/home/lille/bin/repo: line 7: /title: No such file or directory
/home/lille/bin/repo: line 8: $'\r': command not found
/home/lille/bin/repo: line 9: link: No such file or directory
/home/lille/bin/repo: line 10: link: No such file or directory
/home/lille/bin/repo: line 11: $'\r': command not found
/home/lille/bin/repo: line 12: style: No such file or directory
/home/lille/bin/repo: line 13: $'\r': command not found
/home/lille/bin/repo: line 15: $'\r': command not found
/home/lille/bin/repo: line 16: /style: No such file or directory
/home/lille/bin/repo: line 17: $'\r': command not found
/home/lille/bin/repo: line 18: $'\r': command not found
/home/lille/bin/repo: line 19: $'\r': command not found
/home/lille/bin/repo: line 20: syntax error near unexpected token `newline'
/home/lille/bin/repo: line 20: `<link rel="alternate" type="application/rss+xml" title="mindexception: out of context &raquo; Feed" href="http://php.webtutor.pl/en/feed/" />'

0 件の賞賛
返信
1 返信

2,135件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello lille li,

What repo command are you executing? The init command requires some parameters so it would make sense to double check these parameters.

This could also be caused by a bad installation of the repo tool. Please try installing the repo tool again:

mkdir ~/bin

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

chmod a+x ~/bin/repo

Regards,

0 件の賞賛
返信