惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News and Events Feed by Topic
GbyAI
GbyAI
博客园 - Franky
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
InfoQ
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
有赞技术团队
有赞技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
F
Full Disclosure
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Vercel News
Vercel News
博客园 - 【当耐特】
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Project Zero
Project Zero
量子位
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
美团技术团队
Attack and Defense Labs
Attack and Defense Labs
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
罗磊的独立博客
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
S
SegmentFault 最新的问题
L
LINUX DO - 最新话题
Simon Willison's Weblog
Simon Willison's Weblog
爱范儿
爱范儿
博客园 - 聂微东
A
About on SuperTechFans
PCI Perspectives
PCI Perspectives
D
Docker

Yulin Lewis' Blog

cron表达式 cmd - 常用命令 Eureka问题汇总 Excel常见用法 shell脚本常用语法 Linux常用命令 别了,向晚 必胜客自助餐 Prometheus简易入门 Chrome问题汇总 SSH命令问题汇总 PGP加解密 Apollo问题汇总 GitHub问题汇总 HttpClient问题汇总 Oculus Quest2食用指南 背包英雄:匕首流无尽模式详细攻略 Linux问题汇总 Postman问题汇总 别了,珈乐 桌面窗口管理器占用内存过高 ELK系列(6) - Elasticsearch常用接口 ELK系列(5) - Elasticsearch性能调优 MyBatis问题汇总 PostgreSQL - SQL调优方案 Java - 字符编码 Spring Data Redis问题汇总 Java数值问题汇总 lombok问题汇总
SmartGit问题汇总
雨临Lewis · 2023-04-12 · via Yulin Lewis' Blog

30天试用期到期解决方法

SmartGit可以免费试用三十天,三十天后可以通过删除配置文件来重复免费试用三十天的过程,不同版本需要删除的文件不同。

win + R组合键打开运行窗口,输入%APPDATA%\syntevo\SmartGit\然后回车会进入到SmartGit的安装路径,进入你当前使用的版本目录,如果是旧版的SmartGit(如17.2版本),删除当前的settings.xml文件,然后重启SmartGit即可。

如果找不到settings.xml文件,说明是新版本的SmartGit(如21.2版本),此时需要删除下面两个文件:

licensepreferences.yml,然后重启SmartGit即可。

选择秘钥时不支持OPENSSH格式

某天发现用Git Bash生成的SSH key无法被SmartGit识别,提示需要PEM格式,不支持OPENSSH格式。奇怪的是之前也用同样的方法生成的key是可以被识别的,猜测要么是SmartGit版本不同导致无法支持OPENSSH格式,要么是Git Bash版本不同导致默认生成的key格式发生了变化。

用编辑器打开私钥可以发现开头是BEGIN OPENSSH PRIVATE KEY,既然SmartGit无法支持OPENSSH格式的key,可以改用下面的命令重新生成PEM格式的SSH key:

1
ssh-keygen -m PEM -t rsa -b 4096 -C "your_email@example.com"

记得修改上述命令中的邮箱地址为你的邮箱地址,然后执行命令过程中一路按回车键即可,如果以前生成过会提示你是否覆盖,这时候需要输入y再继续回车。如果想要生成其他算法的秘钥,可以通过修改-t后面的算法来实现,如-t ed25519

参考链接

警告

本文最后更新于 April 12, 2023,文中内容可能已过时,请谨慎使用。

赞赏支持

微信打赏 支付宝打赏