gpt4 book ai didi

Github 和 Git - 在 win7 中使用 git 终端需要什么?

转载 作者:太空狗 更新时间:2023-10-29 13:51:29 25 4
gpt4 key购买 nike

我想与一个在他们的私有(private)服务器上使用 git 的团队合作。我需要从那里的服务器推送和 pull 什么?我有win7,我需要什么?我在 github 找到了下载在 git .

最佳答案

我会推荐 latest from git-for-windows ( which will replaceold msysgit soon ,并将包括 a more recent bash ):

  • 解压缩PortableGit-2.4.5.1-4th-release-candidate-64-bit.7z.exe任何你想要的地方
  • 添加C:\path\to\PortableGit-2.4.5.1-4th-release-candidate-64-bit\bin给你的%PATH%
  • 使用<PortableGit-2.4.5.1-4th-release-candidate-64-bit>\git-cmd.bat (常规 CMD session )或 <PortableGit-2.4.5.1-4th-release-candidate-64-bit>\git-bash.bat (shell unix session )
  • 类型:

    git config --global user.name <yourUsername>
    git config --global user.email <yourEmail>
    git config --global core.autocrlf false

你可以开始了。
如果您有权访问该私有(private)服务器,则可以克隆它(ssh 或 https url)。

关于Github 和 Git - 在 win7 中使用 git 终端需要什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31368789/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com