logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

phpstorm 2017.1.5 for mac 配置代码编辑器的竖线(代码不超过80字符参考线)

phpstorm中找到Preferences(Settings) > Editor > General > Appearance >"Show hard wrap guide (configured in code style options)"phpstorm中找不到"Show hard wrap guide (configured in code style optio

git可视化工具gitk, git自带的历史记录图形化查看器——界面介绍?

1.gitk的安装?在安装 Git 的同时,你也装好了它提供的可视化工具gitk。2.gitk是什么?gitk是一个历史记录的图形化查看器。界面如下图:3. “ @@ -59 +59,5 @@ ” 是什么意思?“ @@ -57,5 +57,9 @@...

#git#开发工具
解决phpstorm的terminal中git显示不了中文问题

问题:phpstorm的terminal中git显示不了中文问题###一开始分支显示不了中文,如下D:\www\xxxx.com>git branchdev_xxxx_20200927_<E5><8F><91><E9><80><81><E8><B4><A7><E5><

git拉代码时报错error: RPC failed; curl 56 Recv failure: Connection reset by peer  fatal: The remote end hu

git clone代码时,如果项目总大小比较小时克隆代码没问题,占用内存比较大时就会如下报错TAndroid-03deMac-mini:mytest xwx$ git clone http://git.mygit.com/myproject.gitCloning into 'git.mygit.com'...remote: Enumerating objects: 81184, done.remo

#git
到底了