当前位置: 首页>编程语言>正文

一些Tips

1.安装git 官网命令行报错:

  • fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve host: github.com

  • Failed during: git fetch origin master:refs/remotes/origin/master --tags --force

  • 解决方法:http://wiki.baidu.com/pages/viewpage.action?pageId=1282785975

2.拉取代码sync过程中

  • Warning: License for package Android SDK Build-Tools 29.0.2 not accepted.

  • 解决方法:在sdk manager中勾选相应的platform和tools

3.Charles本地映射后响应异常 charles map local socket broken pipe (write failed)

  • 解决方法:https://www.jianshu.com/p/c9530ce5b328

4.新拉取client仓库配置过程中,git pull之后进行配置前的编译检查出现 Could not connect to..........xxxx.pom 的错误,无法通过本地编译。

  • 原因:Charles代理非正常退出后,http与https代理不会自动关闭。需要手动关闭,只保留前两个选项。

[图片上传失败...(image-c22d17-1708485176925)]

5.zsh命令不兼容问题 no matches found

  • 解决方法:https://www.jianshu.com/p/87d85593006e

6.Mac 每次都要执行source ~/.bash_profile 配置的环境变量才生效问题

  • 解决方法:zsh加载的是/.zshrc文件,而‘.zshrc’文件中并没有定义任务环境变量。需要在~/.zshrc文件最后,增加一行:source ~/.bash_profile

7.popwindow事件透传

  • https://blog.csdn.net/weixin_37618354/article/details/106143100

8.控件渐变背景

  • https://blog.csdn.net/zjdyhant/article/details/46537647

9.编译异常,清缓存

  • rm -fr build; rm -fr /build; rm -rf //build; rm -fr ///build; rm -fr ////build; rm -fr /////build; rm -fr //////build;rm -fr ///////build;rm -fr ////////build;rm -fr ////////*/build;

https://www.xamrdz.com/lan/5sz1995190.html

相关文章: