记录一下我重装电脑系统前后要做的工作。
重装系统之前
~/.npmrc
文件;.env
文件,所以项目要整个复制备份,不要想着用 git clone
;# 进入 com.tencent.xinWeChat 这个目录
cd ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat
# 把目录下的 2.0b4.0.9 文件夹压缩打包,聊天记录就在这里
tar zcf 2.0b4.0.9.tar.gz 2.0b4.0.9/
重装系统后
git config --global user.email "your-new-email@example.com"
git config --global user.name "your-name"