➜ 51xpage.github.com git:(master) git push
Username for 'https://github.com': 51xpage@chenybin.com
Password for 'https://51xpage@chenybin.com@github.com':
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/51xpage/51xpage.github.com/'
–
意思就是2021以后不能用密码了呗,要用key了呗
ssh -T 51xpage@github.com
Warning: Permanently added the RSA host key for IP address '20.205.243.166' to the list of known hosts.
51xpage@github.com: Permission denied (publickey).
很久没有用这个环境了,发现jekyll不能用了。无法运行 然后试着安装,发现还是不行
Building native extensions. This could take a while...
ERROR: Error installing jekyll:
ERROR: Failed to build gem native extension.
ruby -v
结果版本是 2多
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20]
如果要用vscode写,目标就是啥都在里面干了,创建个新文件,图片粘贴啥啥啥的,都在里面折腾完。那就先下载个VSCode吧,然后下载markdown和图片粘贴的插件
paste image 用的是 command+option+v,这个组合快捷键,图片就自动放进去了
其他插件都有了
paset image需要做2个设置
修改默认路径,改成 ${projectRoot}/images
修改文件名前缀,加上 ../../images/