gogs开启ssh支持 技术
gogs开启ssh支持
已经通过docker安装了gogs,http能正常使用,ssh不能使用
gogs配置app.ini
[server]
DOMAIN = xxx
HTTP_PORT = 3000
ROOT_URL = http://xxx:13000/
DISABLE_SSH = false
...
mac下安装pyside2 技术
mac下安装pyside2
环境:mac已经安装了python3.5,pip3.5
IDE:PyCharm
安装pyside2
pip3.5 install --index-url=http://download.qt.io/snapshots/ci/pyside/5.9/latest/ pyside2 --trusted-host download.qt....