查看git的config

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true

[remote "origin"]
    url = https://用户名:密码@gitee.com/ssrb/ssrb_sz.36519.com_20210601.git
    fetch = +refs/heads/*:refs/remotes/origin/*

[branch "master"]
    remote = origin
    merge = refs/heads/master

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-05-13
  • 2021-05-27
  • 2021-12-03
  • 2021-06-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案