20/09/26 05:05:34.04 doy/Cxym.net
>>54
URLリンク(github.com)
で
URLリンク(android.googlesource.com)
は存在するということは、隠しディレクトリ .repo内がおかしいのね。
下記内容が修正方法。
repo syncしている場所がCurrentDir
$ CurrentDir=$(pwd)
$ export x=external/linux-kselftest
$ export TragetDirName=$(basename "$x")
$ rm -rfv "$CurrentDir/""$x"
$ find ./.repo/projects ./.repo/project-objects -name "*""$TragetDirName"".git" -type d | xargs rm -rfv
$ repo sync -j8 -cv --no-clone-bundle --no-tags "$x"