​​解决:Cannot get http://gerrit.googlesource.com/git-repo/clone.bundle​​

同步cm12.1初始化出现的问题:

fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

fatal: error [Errno 101] Network is unreachable

解决方法,先单独克隆repo,然后将git-repo里面的repo文件复制到bin目录,在同步源码的工作目录新建.repo文件夹,把git-repo重命名为repo复制到.repo目录下:

git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo

重新初始化:

repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1

同步开始

repo sync -c -j8







Cannot clone or checkout repository: git@https://gitee.com/dongyaotou/sprincloud-config/tree/master

今天在学习springcloud-config配置中心的时候,一直读取不到gitee上面的配置文件信息,试了好多次终于试出来了: Cannot clone or checkout repository: git@https://gitee.com/dongyaotou/sprincloud-conf

git clone 失败: fatal: unable to access 'https://github.com/liufeifie/xxx.git/': Failed to connect to github.com port 443: Timed out

出现以下错误,将地址中的 https => git 即可: 把原来的指令 $ git clone https://github.com/cen-xi/xxxx.git 改成 $ git clone git://github.com/cen-xi/xxxx.git 就行 ...

android log分析方法 安卓log分析

一,Bug出现了, 需要“干掉”它 bug一听挺吓人的,但是只要你懂了,android里的bug是很好解决的,因为android里提供了LOG机制,具体的底层代码,以后在来分析,只要你会看bug,android里应用开发也就很简单了。 那我们先来看看android里的ANR,怎么出现ANR呢,很简单。  # adb shell # cd data/app