
工具
骑风追马
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
M1下Goland无法debug
硬件信息: 系统:MacOS 12.01 芯片:M1 Max Goland:2021.3 Build #GO-213.5744.269 Go:go1.17.4 darwin/arm64 问题描述: 无法执行Debug,报错信息如下已无法找到,大致为:“Failed to fully copy pty output” 原因分析: 通过展开debug日志信息: 可以看到,Goland实际上运行了指令: /Applications/GoLand.app/Contents/plugins/go/lib/d原创 2021-12-03 17:32:59 · 1805 阅读 · 2 评论 -
git仓库迁移
** 工作用需要将git仓库迁移到另外一个地址,通过下列方式迁移可以保留修改历史记录,留作记录 * 1. 备份裸版仓库 git clone --bare git clone -bare https://xieyiwen@git.dev.yuanben.org/***/universe-java-sdk.git –bare 创建的克隆版本库都不包含工作区,直接就是版本库的内容。 * 2...原创 2018-04-03 14:23:46 · 368 阅读 · 0 评论 -
Linux命令备忘
SCP 远程文件传输 scp -P port localFile user_name@host:/remote_path -P:指定传输的端口,默认22,不能直接接在host后面,P必须为大写原创 2018-05-11 17:37:06 · 317 阅读 · 0 评论