In one of the first posts I wrote when I started this blog I tried to give a general overview of Git, which has quickly become probably the most successful version control system in current use, especially in new and open-source projects. I’ve been a regular Git user since the time when I wrote that post, and recently I found myself in a situation where I had to set up a Git repository for a client on a computer running Windows Server 2003, which I would have to access through the Internet. What I initially thought would be a pretty straightforward task turned out to be much harder than I expected. To begin with, Git repositories with remote access are mostly set up on computers running Linux, where things are considerably simpler. This is due to the fact that Linux offers much better support for the SSH protocol that Git uses. When one searches the web for information, it’s hard to find good documentation about how to set Git up for remote access on Windows, and some of the resources I found were often not completely reliable. Spiked by the challenge and all the troubles I bumped into, I’ve decided to write down a quick guide of all the steps for my future reference and share it here just in case others may find it useful too. If you find anything inaccurate or just feel like commenting or sharing any additional information on this topic, please don’t hesitate to use the comments area below.
-
Recent Posts
Recent Comments
- Uwe on A code point iterator adapter for C++ strings in UTF-8
- Is it actually possible to store and process individual UTF-8 characters on C ? If so, how? - MicroEducate on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Char and string types, what should I use? [closed] - Tutorial Guruji on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Sriram Muralidaran on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
- Ángel José Riesgo on Using UTF-8 as the internal representation for strings in C and C++ with Visual Studio
Archives
Categories
Meta