特別申明:我只是知識的搬運工,記錄遇到的坑,感謝原創作者,感謝分享!
問題1:your identity is
解決:如果遇到下面問題
www.linuxidc.com@ubuntu:~/working_directory$
www.linuxidc.com@ubuntu:~/working_directory$ repo init -u --config
your name [jianguo liao]: jianguo liao
your email [[email protected]]: [email protected]
your identity is: jianguo liao [email protected]
is this correct [y/n]? y
repo has been initialized in /home/jianguoliao/working_directory
解決www.linuxidc.com@ubuntu:~/working_directory$ repo init -u
your identity is: jianguo liao [email protected]
if you want to change this, please re-run 『repo init』 with --config-name
或者:注意沒有/a哦
www.linuxidc.com@ubuntu:~/working_directory$ repo init -u --config
your name [jianguo liao]: jianguo liao
your email [[email protected]]: [email protected]
your identity is: jianguo liao [email protected]
is this correct [y/n]? y
repo has been initialized in /home/jianguoliao/working_directory
www.linuxidc.com@ubuntu:~/working_directory$
接著搞:
www.linuxidc.com@ubuntu:~/working_directory$ repo init -u -b android-4.0.1_r1
.repo/manifests/: discarding 88 commits
your identity is: jianguo liao [email protected]
if you want to change this, please re-run 『repo init』 with --config-name
repo has been initialized in /home/jianguoliao/working_directory
www.linuxidc.com@ubuntu:~/working_directory$
到這裡我的問題已經解決啦!
再次執行repo還是同樣的提示,仔細看看下面還有幾行
error: cannot run gpg: no such file or directory
error: could not run gpg.
error: could not verify the tag 『v1.12.0』
原來這才是root cause(經查repo是可以自我公升級的),杯具的mac確實沒有gpg這個命令
google找到了mac下面的gpg(安裝完成後再次執行repo sync又出現的新的錯誤
gpg: can』t check signature: no public key
error: could not verify the tag 『v1.12.0』
求助google再次找到了答案
「出錯原因是曾使用repo sync從其它庫sync過**,刪掉~/.repoconfig即可」
問題3:
初次使用vue開發外掛程式遇到的坑
你好 以上這是我隨便寫的乙個頁面 下面 是我寫的乙個外掛程式 import alert from alert.vue import vue from vue let alert vue.extend alert export default hide vue.prototype.alertplugi...
使用git遇到的坑
在github上面已經上傳過不少 了,雖然關注的人很少,我還是低調的做著這件事情。這個也見證了我學習之路。但是對於使用git命令還是一知半解,這裡只是總結我所遇到過的坑 1 git上傳 的流程 首先要在github 上面建立乙個屬於專案的倉庫 2 使用git shell命令視窗進行工程的上傳。cd ...
使用TabLayout遇到的坑
tabfragmentadapter fragmentadapter new tabfragmentadapter getactivity getsupportfragmentmanager mfragmentlist viewpager.setadapter fragmentadapter 給vi...