QCC3040---配置git&clone QCC sdk

                       配置git&clone QCC sdk

1、登录方式

  1. 通过chipcode登录
  2. 通过高通官网登录

2、git配置方式

2.1 配置账号密码

git config --global user.name "YOUR_NAME"
git config --global user.email "[email protected]"

    

2.2 重定向URL

git config --global http.https://chipmaster2.qti.qualcomm.com.followRedirects "true"

2.3 git clone

猜你喜欢

转载自blog.csdn.net/yanlaifan/article/details/114631504