今天在 wsl 中使用 git 是遇到这个错误, 如下:git push --set-upstream origin master
Bad owner or permissions on ~/.ssh/config
fatal: Could not read from remote repository.意思是 config 文件的权限不对, 正确设置如下:chmod 600 ~/.ssh/...
0x01 问题来源在升级Android Studio项目的SDK版本和Gradle时出现了一个错误:/usr/local/share/adt-bundle-linux-x86_64-20140702/sdk/build-tools/25.0.3/aapt: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/l...