Questions tagged «git»

Git是一个以速度为重点的分布式修订控制系统。

2
在Ubuntu 10.04(Lucid Lynx)上升级git
我目前已安装Git 1.7.1.0,但需要升级到1.7.1.1(至少)。我尝试跑步: sudo apt-get update sudo apt-get upgrade 并尝试了 sudo apt-get install git-core 但是每次我收到一条消息,表明没有可用的git的更高版本。我在以下位置配置了以下软件源/etc/apt/sources.list deb http://ubunturepo.de.bonial.lan lucid main restricted multiverse universe deb http://ubunturepo.de.bonial.lan lucid-security main restricted multiverse universe deb http://ubunturepo.de.bonial.lan lucid-updates main restricted multiverse universe deb http://archive.canonical.com/ lucid partner deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu lucid main deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu lucid main deb http://archive.ubuntu.com/ubuntu lucid …
18 apt  git 

1
key_load_public:在Ubuntu 15.10上使用scp或git clone的无效格式
全新安装Ubuntu 15.10之后,使用scp或时git clone,出现以下警告(命令本身不会失败):key_load_public: invalid format 我如何摆脱这个警告? 更新:这是输出scp -vvv: OpenSSH_6.9p1 Ubuntu-2, OpenSSL 1.0.2d 9 Jul 2015 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to ... [...] port 22. debug1: Connection established. key_load_public: invalid format debug1: identity file /home/alexzeitler/.ssh/id_rsa type …
17 15.10  git  openssh 


3
无法安装GitKraken
我刚刚从网站下载了GitKraken(一个Git GUI)。当我尝试通过“发现中心”安装它时,它不起作用。因此,我在网上某个地方找到了该命令dpkg -i [filename],并在gitkraken .deb和andddd MAGIC上使用了该命令!有用! 然后,我尝试运行GitKraken(gitkraken在终端中键入),这给了我这个美丽的错误: Node started time: 1489531028950 libcurl.so.4: cannot open shared object file: No such file or directory Error: libcurl.so.4: cannot open shared object file: No such file or directory at Error (native) at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20) at Object.Module._extensions..node (module.js:568:18) at Object.module.(anonymous function) [as …
16 apt  dpkg  kde  git 



3
如何在Ubuntu 16.04上安装git-lfs?
我正在尝试安装git-lfs软件包,它看起来像预期的路径不是Ubuntu友好的。在git-lfs的Downloads部分中,我选择Linux AMD64文件名git-lfs-freebsd-amd64-1.2.1.tar.gz,因为.deb文件不适用于Ubuntu,仅Debian 7,8不可用。 我收到错误消息:install.sh: 19: install.sh: PATH+=:/usr/local/bin: not found执行install.sh时。 有没有人对如何安装git-lfs有有效的解决方案?
15 git 

2
ssh:连接到主机github.com端口22:连接被拒绝
因此,我遵循了有关如何向GitHub添加SSH密钥的指南,并向GitHub和SSH代理添加了带有密码短语的新SSH密钥。现在,如果我ssh -T git@github.com按照指南中的说明运行以测试是否正确设置了所有内容,它甚至不会提示我输入密码,而是会立即返回ssh: connect to host github.com port 22: Connection refused。我同时安装了两者openssh-server,openssh-client并且SSH服务正在运行。 帮助将不胜感激。 更新:当我尝试克隆一个我可以从朋友的GitLab实例对其进行写访问的存储库时,它会抛出相同的错误。似乎这是SSH的问题,而不是密钥的问题。(我将它们添加到实例中。)
15 ssh  connection  git  github 


6
无法设置git错误:无法锁定配置文件
尝试设置全局配置时出现此错误: $ git config --global user.name "Your Name Here" error: could not lock config file /pathto/file/.gitconfig: No such file or directory 并且文件.gitconfig已经存在,任何人有任何想法吗?
13 12.10  git 

3
E:无法找到软件包git
我正在尝试安装git,我使用了sudo apt-get install git命令,结果是: E: Unable to locate package git 许多人都问过这个问题,但没有一个答案解决了我的问题,我尝试过: sudo apt-get update sudo apt-get upgrade 附:我正在使用Ubuntu 14.04
13 apt  git 

2
我可以在git diff中使用鼠标滚轮滚动到新行吗?
我正在使用Ubuntu 16.04默认终端(我相信是GNOME吗?) 我面临的问题是,当我使用git diff命令检查本地更改时,可以使用鼠标滚轮向上/向下滚动,但是当我到达底部时没有新行显示(因此,我只能看到其中的一页变化)。为了转到下一行,我可以使用空格或键盘的上/下箭头,但是我可以通过鼠标滚轮以某种方式做到这一点吗? 顺便说一句,如果我使用该less命令,它会按预期工作->向下滚动到新行。

1
在LTS上安装最新版本的git
我无法升级清醒的Lynx 10.04 LTS,因为较新的ubuntu发行版在该计算机上不起作用。我需要安装git版本1.7.10进行凭据管理。Git版本在10.04 LTS上为1.7.0.4: $ dpkg -l *git* +++-==============-==============-============================================ ii git-core 1:1.7.0.4-1ubu fast, scalable, distributed revision control 有没有办法安装git 1.7.10或更高版本?
11 10.04  git 

5
访问Github时的连接超时[关闭]
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Ask Ubuntu 的主题。 5年前关闭。 我有与这里描述的完全相同的问题:https : //stackoverflow.com/questions/12849986/connection-timeout-when-accessing-github 所以我将复制并粘贴: 我有一些奇怪的问题。尝试登录我的Github 帐户时,出现“ net :: ERR_EMPTY_RESPONSE ”错误。 我尝试使用Chrome,Firefox和Opera。在Firefox中,如果清理缓存和脱机数据,它会工作一段时间。然后,我可以登录,但是即使再次清除缓存,我仍然无法创建Github存储库。 我的朋友和Windows 在同一个网络中,可以在Github的网站上做他想做的任何事情,但是我做不到。我尝试了许多 DNS服务器,但没有设置(我的朋友没有),但仍然无法正常工作。 我的操作系统:Ubuntu x64 12.04 请给我个主意。谢谢你 另外,我可以克隆任何存储库,但不能推送。由于此问题,我不得不更改为https://codeplane.com/,但我想了解为什么会发生这种情况。 编辑:我可以克隆一个回购,但另一个只是挂在这一点上: felipelalli@felipelalli-Studio-XPS-8100:~/wa$ git clone git@github.com:felipelalli/micaroni.git Cloning into 'micaroni'... remote: Counting objects: 5238, done. remote: Compressing objects: 100% (3257/3257), done. Receiving objects: 92% (4839/5238), 43.29 MiB …
11 git 

2
使用Apt-Get安装Git时出错
当我尝试在Ubuntu 11.04的服务器发行版上安装git时,出现错误。我使用以下命令: sudo apt-get install git 并产生此错误: (Reading database ... dpkg: warning: files list file for package `git' missing, assuming package has no files currently installed. (Reading database ... 20310 files and directories currently installed.) Preparing to replace git 1:1.7.4.1-3 (using .../git_1%3a1.7.4.1-3_i386.deb) ... /var/lib/dpkg/tmp.ci/preinst: 12: dpkg-maintscript-helper: not found dpkg: error …
11 apt  git 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.