- 博客(2)
- 收藏
- 关注
原创 SourceTree 报错 Couldn`t load private key(unrecognized cipher name)
一直习惯用SourceTree管理代码,最近一次下载公司gitlab上的代码,需要SSH。按照百度生成,公钥保存到gitlab上,一切正常。使用SourceTree克隆代码时,提示认证没过,那就在SourceTree上也配置一遍呗。百度经验:https://jingyan.baidu.com/article/9faa7231cdec65473d28cb11.html然后,问题来了。在第3步选择.rsa文件时,报错Couldn`t load private key(unrecognized cipher
2021-12-28 14:42:21 1498 2
原创 开发常用sql记录(实时更新)
1.为已经存在数据的表新增主键alter table 表名 add constraint 主键名 primary key(主键列);2.为某列数据添加索引create index 索引名 on 表名 (列);
2021-04-27 13:47:09 106
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人