setup-repo.sh脚本中要到google服务器下载repo,但是中国这边把google的服务器封锁掉了,ti 有没有相关的下载可以用呢?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
#!/bin/sh
exec /usr/bin/corkscrew www.myproxy.com 80 $*
Chmod a+x git-proxy.sh
$git config --global core.gitproxy “${GLSDK}/git-proxy.sh”
弱弱的问一句,有人遇到过这种情况吗?
root@automotive:/opt/ti-processor-sdk-linux-automotive_dra7xx-evm_03_00_00_03# $git config --global core.gitproxy '${GLSDK}/git-proxy.sh' went
No command 'config' found, did you mean:
Command 'vconfig' from package 'vlan' (main)
Command 'fconfig' from package 'redboot-tools' (universe)
Command 'zconfig' from package 'python-zconfig' (universe)
Command 'mconfig' from package 'mono-devel' (main)
config: command not found