ITAKEN'S PAGES
sign_and_send_pubkey: signing failed: agent refused operation sign_and_send_pubkey: signing failed: agent refused operation
问题描述 换了电脑,导入的原来系统的ssh整个文件夹,拉取项目提示权限问题… itaken@itaken-PC:~$ git clone ssh://git@git-company.local/my-project.git 正克隆到 'my
2020-11-22
添加了.gitignore忽略规则,但是不生效 添加了.gitignore忽略规则,但是不生效
问题描述 将需要忽略的文件添加到.gitignore中,但是发现文件并没有被忽略. 解决方案 git只是会忽略未纳入版本管理的文件或文件夹, 所以需要使用rm将需要忽略的文件或文件夹从版本管理中移除. git rm -r --cached
2020-11-18
域名dig通,但是ping不通 域名dig通,但是ping不通
问题描述 (base) itaken:~$ ping mysql-xxx.local ping: mysql-xxx.local: 未知的名称或服务 解决方案 查看/etc/nsswitch.conf文件 hosts的内容: (base
2020-11-17
git 中文显示乱码处理 git 中文显示乱码处理
问题描述 查看日志列表 git log –color –graph –pretty=format:’%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<
2018-05-29
ModuleNotFoundError: No module named 'CRFPP' ModuleNotFoundError: No module named 'CRFPP'
本地环境 Ubuntu 17.04 Python 3.6.4 问题描述 ---------------------------------------------------------------------- ModuleNotFo
2018-05-28
python库安装错误:Cannot install pyaudio, gcc error python库安装错误:Cannot install pyaudio, gcc error
本地环境 Python 3.6.4 问题描述 $ pip install PyAudio 1 ↵ Collecting PyAudio Using cache
2018-05-27
docker拉取镜像失败 docker拉取镜像失败
问题描述 $ docker-compose up --build Pulling composer (composer:latest)... ERROR: Get https://registry-1.docker.io/v2/librar
2018-05-13
CR2批量转换 CR2批量转换
问题描述 批量将.CR2转换为.jpg. 解决方法 方法一mogrify -format jpg *.CR2 方法二可以安装使用ufraw直接转换. 如果要命令行, 可以使用ufraw-batch转换. $ sudo apt-get ins
2018-05-06
vagrant up 报错 vagrant up 报错
问题描述 $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'base' could not be found
2018-04-30
3 / 10