搜索内容

包含标签:Git 的文章
  • git报错Peer reports incompatible or unsupported protocol version

    git clone项目时出现类似如下错误: # git clone https://github.com/iyezhou/Android-YzHttp.git Cloning into '91porn'... fatal: unable to acc……

    Joe.Ye 2023-03-19
    0 0
  • Git远程及本地分支操作

    拉取远程分支到本地 #查看远程分支 git branch -r #查看本地分支 git branch #拉取远程分支 git checkout -b 本地分支 origin/远程分支 #拉取远程分支 git ……

    Joe.Ye 2023-02-25
    0 0
  • Git分支操作

    查看分支 git branch -l #查看本地分支 git branch -r #查看远程分支 git branch -a #查看全部分支(远程的和本地的) 创建分支 git checkout -b dev orig……

    Joe.Ye 2023-02-25
    0 0
  • CentOS下安装Git rpm包

    安装步骤 perl-Git:https://pkgs.org/download/perl-Git git:https://pkgs.org/download/git 以 End Point x86_64 为例 # rpm -ivh perl-Git-1.8.4-1.ep.no……

    Joe.Ye 2023-02-25
    0 0
  • 使用Gitblit搭建自己的Git服务器

    Gitblit是一款开源、纯Java开发的用于管理、浏览和提供Git仓库服务的软件。它被设计成一款为希望托管中心仓库的小型工作组服务的工具。 Gitblit官网:http://g……

    Joe.Ye 2023-02-25
    0 0
  • Git设置和取消代理

    本地开启VPN后,GIt也需要设置代理,才能正常略过GFW,访问google code等网站 (1)设置代理 SSR Client git config --global http.proxy http://127.0.0.1……

    Joe.Ye 2023-02-25
    0 0
  • CentOS下源码安装Git

    安装依赖 yum install wget gcc gcc-c++ g++ autoconf autoconf2.13 automake make cmake m4 openssl openssl-devel curl libcurl-devel zlib-devel libxml2-d……

    Joe.Ye 2023-02-25
    0 0
  • git协议 unable to connect to github.com

    错误信息 $ bower install jquery ... npm ERR! Error while executing: npm ERR! D:\Program Files\git\cmd\git.exe ls-remote -h -t git://github.com/ado……

    Joe.Ye 2023-02-24
    0 0