1、设置初始字体

点击窗口左上角,option->text->font即可更改

2、设置初始化窗口大小

点击窗口左上角,option->window->default size,可以自由设置大小


常见问题:

1、使用git clone项目提示:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:xnm0q+BqBcS4V4hbst3zE9U7AabUGi5RquzA5kP/bfk.
Please contact your system administrator.
Add correct host key in /c/Users/zshanjun/.ssh/known_hosts to get rid of this me                                                                  ssage.
Offending RSA key in /c/Users/zshanjun/.ssh/known_hosts:7
RSA host key for [git.imooc.com]:80 has changed and you have requested strict ch                                                                  ecking.
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

解决办法:根据提示删除/c/Users/zshanjun/.ssh/known_hosts第7行文本即可。



登陆发表评论