- 博客(7)
- 收藏
- 关注
原创 SSH 连接时“sign_and_send_pubkey: signing failed: agent refused operation Permission denied (Publickey)”
SSH 连接时提示 “sign_and_send_pubkey: signing failed: agent refused operation Permission denied (Publickey)” 解决方法: ssh $(ssh-agent -s) ssh-add
2019-09-27 20:35:29
485
转载 git rebase和git cherry-pick冲突解决方法
解决合并冲突几个常见的办法是: 手动编辑冲突文件,手动删除或者保留冲突的代码; 对于“both added”、“both deleted”、“both modified”等类型的冲突,若想完整地保留某一方的修改可以执行git checkout --ours(或者–theirs) <文件名>来选择想要保留的版本。需要注意的是由于git rebase 是先撤销再应用commit,所以这里...
2018-10-31 16:13:28
2567
原创 Ubuntu手动配置以太网和无线网
备份配置文件 cd /etc/network/ cp interfaces interfaces.bak 修改配置文件 # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 ...
2018-10-19 15:16:52
2183
原创 Python安装cryptography报错
Python安装cryptography报错 错误一: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/...
2018-09-27 14:35:35
15183
2
原创 Python更新pyserial
Python更新pyserial 打开网页https://pypi.org/ 搜索pyserial 下载最新版本pyserial 切换到下载目录cd ~/Download 解压安装包tar -xzf pyserial-3.4 切换到安装包目录cd pyserial-3.4 安装sudo python setup.py install ...
2018-09-27 14:11:09
911
原创 Ubuntu执行sudo apt-get install安装过程出现错误
Ubuntu执行sudo apt-get install安装过程出现以下错误: ~$ sudo apt-get install apache2 [sudo] password for xxt: Reading package lists... Done Building dependency tree Reading state information... Done apache2 is alr...
2018-09-20 19:58:22
7598
转载 Ubuntu安装Python2.7.6
Ubuntu安装Python2.7.6 工作电脑的Ubuntu12.04系统里面默认装的是Python2.7.3的版本,而IDFv3.2编译不兼容Python2.7.3,需要升级python版本。 一、切换到/usr目录 #su root #cd /usr 二、下载Python的软件包 #wget http://www.python.org/ftp/python/2...
2018-09-20 19:58:04
5872
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人