git免密码push、pip安装pycrypto出错autoconf error、mysql初始化
1、git免密码push
git config --global credential.helper store
or
git config --global credential.helper cache
1.1、git 用户名和邮箱配置
git config --global user.name zhengwenjie
git config --global user.email zhengwenjie@digichain.cn
2、pip安装pycrypto出错autoconf error
安装gcc、gcc-c++
3、mysql初始化
yast中安装mariadb后,终端里运行:
/usr/bin/mysql_secure_installation
还没有评论,来说两句吧...