msysgit
Git not working with remote server
I have git installed and working as expected on my local system or a 开发者_开发百科network share, but have not been able to get it to access the remote bare repository on my server using ssh.[详细]
2023-03-24 05:27 分类:问答Why does "Git help <command>" not launch html help in my browser, like it says it should?
I am really enjoying my time with git. I\'m operating on 2 machines with what I thought were pretty similar setups[详细]
2023-03-22 01:50 分类:问答Windows scheduled task to git push to github
I hope to add a Windows Scheduled Task to git push to github every night.I have a CMD file.When I run the CMD file on the windows command prompt, it works fine.But when I run it via windows scheduled[详细]
2023-03-22 01:05 分类:问答establishing a Github ssh connection - is this the right way
I was following the help.github.com/win-set-up-git/ process and kept getting the Host key verification failed message with no clues when testing the ssh link. I\'m working on Windows XP, with msysgit[详细]
2023-03-21 01:09 分类:问答How to keep a up-to-date visible folder in GIT?
Right, after much struggle I finally managed to get a sort of shared folder among my all workmates where we can make a common git repo.[详细]
2023-03-19 14:05 分类:问答Unable to Rebase onto Master Branch
I h开发者_如何学运维ave two branches: master and experimental. I\'d like to rebase the changes I\'ve made in experimental onto master. But whenever I attempt to do so with, git rebase master experimen[详细]
2023-03-19 07:29 分类:问答Authentication error when pushing to remote Git repo with TortoiseGit
When I try an push to my remote repo (Unfuddle) using TortoiseGit, my favourite tool, I get the following error.I then open GitGUI and am able to push with no problem.I have gathered through some goog[详细]
2023-03-19 05:05 分类:问答GIT .mailmap works per repo, but not in global, why?
I have a group of repos and I have a .mailmap file to combine user names. My .mailmap file works for all the repos, when it is in the root of each.[详细]
2023-03-16 12:08 分类:问答New to Git and GitHub, am I doing it wrong?
I make a change to one existing file test.cs git add . git commit -m \"my change to test.cs\" git开发者_开发技巧 pull origin master[详细]
2023-03-15 18:21 分类:问答rsync error: Bad file number
I\'m trying to rsync content from local machine (Windows 7 on 64bits) to remote server (Ubuntu 8 on 64bits) and it fails. Any piece of advice is more than welcome as I\'ve already spent too much time[详细]
2023-03-10 21:28 分类:问答