search

Home  >  Q&A  >  body text

怎样通过 goagent 向 github 提交代码?

如题~~~~~

大家讲道理大家讲道理2799 days ago621

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-04-24 09:13:52

    Okay, I already know the answer. .

    git config --global http.proxy 127.0.0.1:8087

    For https requests like github, add this sentence:

    git config --global http.sslVerify false

    PS: The speed of obtaining and submitting code has really increased!

    reply
    0
  • Cancelreply