2017年1月16日

摘要: Linux或者Mac下方法: 创建文件,进入文件,输入内容: cd ~ touch .git-credentials vim .git-credentials https://{username}:{password}@github.com 在终端下输入: git config --global credential.helper store 打开~/.gitconfig文件,会发现多了一... 阅读全文
posted @ 2017-01-16 17:25 xc-suibijilu 阅读(138) 评论(0) 推荐(0) 编辑
摘要: import paramiko import datetime import os hostname = '192.168.112.132' username = 'root' password = '123456' port = 22 def upload(local_dir, remote_dir): try: t = paramiko.Transport((... 阅读全文
posted @ 2017-01-16 15:38 xc-suibijilu 阅读(346) 评论(0) 推荐(0) 编辑

导航