tortoisegit

What is the right way to commit/push when there are conflicts in Git or TortoiseGit?

半城伤御伤魂 提交于 2019-12-02 06:48:20
We are using git and the merge workflow. We have lot of git newbies (including me) who either have an SVN or CVS background, or no version control background at all. Here is a frequent issue we are running into. Many of the team members were using TortoiseGit. Merge conflicts happened fairly often because of concurrent changes - or since they did not pull every day. One user would do a pull, have a merge conflict, resolve the merge conflict, and then look at the list of files to be committed back. But then the file list shows a lot of files, though there were merge conflicts involved in only a

Can't clone on windows but can clone on linux from Gitlab server

非 Y 不嫁゛ 提交于 2019-12-01 10:56:26
I am trying to clone a repository from a remote Gitlab server over SSH. I am using Gitlab CE version 9.3.9 755bb71 and TortoiseGIT version 2.5.0 and git (for windows) version 2.14.0 SSH Keys are installed correctly as I have tested the authentication using ssh -vT git@192.168.100.100 -i /path/to/.ssh/key I get the following message for authentication success using the above key OpenSSH_7.5p1, OpenSSL 1.0.2k 26 Jan 2017 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to 192.168.100.100 [192.168.100.100] port 22. debug1: Connection established. debug1: identity file

Can't clone on windows but can clone on linux from Gitlab server

大憨熊 提交于 2019-12-01 08:11:12
问题 I am trying to clone a repository from a remote Gitlab server over SSH. I am using Gitlab CE version 9.3.9 755bb71 and TortoiseGIT version 2.5.0 and git (for windows) version 2.14.0 SSH Keys are installed correctly as I have tested the authentication using ssh -vT git@192.168.100.100 -i /path/to/.ssh/key I get the following message for authentication success using the above key OpenSSH_7.5p1, OpenSSL 1.0.2k 26 Jan 2017 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting

Way to see the whole commit history of a repo in Egit/TortoiseGit?

空扰寡人 提交于 2019-12-01 03:52:51
I'm looking for a way to see, though egit, to the whole history of my current git repo. From what it looks like, egit's "Show in History" will only show commits up to the current commit. With this I mean that if I do commit1 and commit2 and then decide to do checkout of the first, running "Show in History" of the project will not show up commit2. Is there any way that allows me to see the whole history of the repo? I guess that'll be somehting on the lines of the git log master console command. In other words, if you do checkout at any time your initial commit, how are you supposed to later be

Error: Cannot Spawn C:\\Path To\\TortoiseGit\\Bin: No such file or directory

╄→尐↘猪︶ㄣ 提交于 2019-12-01 03:12:44
Trying to do a fetch from origin: git remote update Get the error Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory fatal: unable to fork Error: Could not fetch origin Why is this happening? Also is there a fix? This blog would seem to be the exact same problem that you have: http://www.techneiq.com/2012/08/error-cannot-spawn-cprogram.html And this issue on msysgit also points to the same error: https://code.google.com/p/msysgit/issues/detail?id=313 Find out what your GIT_SSH environmental variable is pointing to and if that path has a space in it. Maybe reinstalling

【版本管理】windows上搭建git+apache服务器 1

耗尽温柔 提交于 2019-12-01 00:54:31
git服务器最大的特点是分布式版本控制,而且更为强大的是合并功能,这点也是常用的。就抛弃svn了。在windows上面搭建svn很容易,下次再说。 在windows上面搭建git版本服务器,常用msysGit +Cygwin来搭建,曾经用此种方法搭建过一次,繁琐的很,这次用git+apache来搭建,搭建很容易的。 准备软件 msysgit http://code.google.com/p/msysgit/downloads/list apache server http://httpd.apache.org/download.cgi 下载包含OpenSSL的版本 tortoisegit http://code.google.com/p/tortoisegit/downloads/list 和tortoisesvn一样的客户端工具,操作方便,推荐使用 操作步骤 1.安装msysGit 我安装在D:serverGit 注:图中请选择 Run git from the Windows Command prompt 2.复制dll文件 在git中的D:serverGitlibexecgit-coregit-http-backend.exe是用来处理HTTP 请求的,直接运行会出现错误。 缺少libiconv-2.dll,libiconv-2.dll位于D

【版本管理】windows上搭建git+apache服务器 1

女生的网名这么多〃 提交于 2019-12-01 00:18:27
git服务器最大的特点是分布式版本控制,而且更为强大的是合并功能,这点也是常用的。就抛弃svn了。在windows上面搭建svn很容易,下次再说。 在windows上面搭建git版本服务器,常用msysGit +Cygwin来搭建,曾经用此种方法搭建过一次,繁琐的很,这次用git+apache来搭建,搭建很容易的。 准备软件 msysgit http://code.google.com/p/msysgit/downloads/list apache server http://httpd.apache.org/download.cgi 下载包含OpenSSL的版本 tortoisegit http://code.google.com/p/tortoisegit/downloads/list 和tortoisesvn一样的客户端工具,操作方便,推荐使用 操作步骤 1.安装msysGit 我安装在D:serverGit 注:图中请选择 Run git from the Windows Command prompt 2.复制dll文件 在git中的D:serverGitlibexecgit-coregit-http-backend.exe是用来处理HTTP 请求的,直接运行会出现错误。 缺少libiconv-2.dll,libiconv-2.dll位于D

【版本管理】windows上搭建git+apache服务器 1

旧巷老猫 提交于 2019-12-01 00:16:47
git服务器最大的特点是分布式版本控制,而且更为强大的是合并功能,这点也是常用的。就抛弃svn了。在windows上面搭建svn很容易,下次再说。 在windows上面搭建git版本服务器,常用msysGit +Cygwin来搭建,曾经用此种方法搭建过一次,繁琐的很,这次用git+apache来搭建,搭建很容易的。 准备软件 msysgit http://code.google.com/p/msysgit/downloads/list apache server http://httpd.apache.org/download.cgi 下载包含OpenSSL的版本 tortoisegit http://code.google.com/p/tortoisegit/downloads/list 和tortoisesvn一样的客户端工具,操作方便,推荐使用 操作步骤 1.安装msysGit 我安装在D:serverGit 注:图中请选择 Run git from the Windows Command prompt 2.复制dll文件 在git中的D:serverGitlibexecgit-coregit-http-backend.exe是用来处理HTTP 请求的,直接运行会出现错误。 缺少libiconv-2.dll,libiconv-2.dll位于D

【版本管理】windows上搭建git+apache服务器 1

∥☆過路亽.° 提交于 2019-12-01 00:06:49
git服务器最大的特点是分布式版本控制,而且更为强大的是合并功能,这点也是常用的。就抛弃svn了。在windows上面搭建svn很容易,下次再说。 在windows上面搭建git版本服务器,常用msysGit +Cygwin来搭建,曾经用此种方法搭建过一次,繁琐的很,这次用git+apache来搭建,搭建很容易的。 准备软件 msysgit http://code.google.com/p/msysgit/downloads/list apache server http://httpd.apache.org/download.cgi 下载包含OpenSSL的版本 tortoisegit http://code.google.com/p/tortoisegit/downloads/list 和tortoisesvn一样的客户端工具,操作方便,推荐使用 操作步骤 1.安装msysGit 我安装在D:serverGit 注:图中请选择 Run git from the Windows Command prompt 2.复制dll文件 在git中的D:serverGitlibexecgit-coregit-http-backend.exe是用来处理HTTP 请求的,直接运行会出现错误。 缺少libiconv-2.dll,libiconv-2.dll位于D

Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory

僤鯓⒐⒋嵵緔 提交于 2019-11-30 23:20:22
问题 Trying to do a fetch from origin: git remote update Get the error Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory fatal: unable to fork Error: Could not fetch origin Why is this happening? Also is there a fix? 回答1: This blog would seem to be the exact same problem that you have: http://www.techneiq.com/2012/08/error-cannot-spawn-cprogram.html And this issue on msysgit also points to the same error: https://code.google.com/p/msysgit/issues/detail?id=313 Find out what