一种无需安装客户端软件即可访问 Git 的方法?(可以访问网络?)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8187821/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 12:20:30  来源:igfitidea点击:

A way to access Git without installing client software? (Web access available?)

git

提问by SwimBikeRun

If I am working on a project from a hotel computer, is there a way to access a git repository (gitorious) using a web based client? I have a portable c++ compiler for the coding part, but I need to download and commit files to git without the ability to install git software. A portable git client would also work.

如果我正在从酒店计算机上处​​理项目,是否可以使用基于 Web 的客户端访问 git 存储库(gitorious)?我有一个用于编码部分的便携式 c++ 编译器,但我需要下载文件并将其提交到 git,而无法安装 git 软件。便携式 git 客户端也可以使用。

采纳答案by Lynob

There is installable and portable versions of Git in https://github.com/msysgit/msysgit/releases

https://github.com/msysgit/msysgit/releases 中有可安装和可移植的 Git 版本

回答by RuntimeException

Updating the new link to download portable Git for Windows archive file -

更新下载可移植 Git for Windows 存档文件的新链接 -

https://github.com/msysgit/msysgit/releases

https://github.com/msysgit/msysgit/releases

========

========

Update: 2015-09

更新:2015-09

It seems like msysgit is now redundant. Please see this - msysGit vs Git for Windows

似乎 msysgit 现在是多余的。请看这个 - msysGit vs Git for Windows

The portable git 2.x version is available here - https://git-scm.com/download/win

可在此处获得便携式 git 2.x 版本 - https://git-scm.com/download/win

A download starts automatically. You may cancel that one. Instead , there is a link to the "thumbdrive version" on the page.

下载会自动开始。你可以取消那个。相反,页面上有一个指向“拇指驱动器版本”的链接。

Alternatively - https://github.com/git-for-windows/git/releases

或者 - https://github.com/git-for-windows/git/releases

回答by Philip Oakley

The portable msysgit runs direct from the USB stick. There are a few 'need to know' aspects such as portable-git-windows-setting-home-environment-variableand stackoverflow/fix-msysgit-portable-home-location- a Google search will pick them up.

便携式 msysgit 直接从 U 盘运行。有一些“需要知道”的方面,例如便携式 git-windows-setting-home-environment-variablestackoverflow/fix-msysgit-portable-home-location- 谷歌搜索会找到它们。