摘要:
centos 安装配置python虚拟环境、pip 1.安装pip包安装工具# 系统默认源没有pip安装包[root@localhost python]# yum install python-pipLoaded plugins: fastestmirrorLoading mirror speeds 阅读全文
摘要:
1.创建密钥[root@localhost ~]# ssh-keygen -t rsa -C "youname@email.com"[root@localhost ~]# cat .ssh/id_rsa.pub把公钥复制到github上 2. 配置上传时使用的用户名,邮箱[root@localhos 阅读全文