gitosis Archives - Experiencing Technology https://blog.tinned-software.net/tag/gitosis/ Tinned-Software Blog Sun, 20 Sep 2015 20:20:20 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 Gitosis Arguments to command look dangerous https://blog.tinned-software.net/gitosis-arguments-to-command-look-dangerous/ Mon, 23 Nov 2015 17:54:14 +0000 http://blog.tinned-software.net/?p=2014 Dealing with non-English languages, you might come across a couple of issues caused by special characters. Even gitosis has its limitations in thisĀ area. One of the error messages caused by special characters is: “Arguments to command look dangerous”. When a … Continue reading

The post Gitosis Arguments to command look dangerous appeared first on Experiencing Technology.

]]>
Gitosis Unsafe SSH username in keyfile https://blog.tinned-software.net/gitosis-unsafe-ssh-username-in-keyfile/ Mon, 12 Oct 2015 17:39:37 +0000 http://blog.tinned-software.net/?p=2010 While configuring and using Gitosis you will probably see the following error sooner or later. This error will appear immediately when changed configuration is pushed to the gitosis-admin repository. With this error, the reported user keys are not provisioned properly … Continue reading

The post Gitosis Unsafe SSH username in keyfile appeared first on Experiencing Technology.

]]>
Git repository cluster setup – Part 2 https://blog.tinned-software.net/git-repository-cluster-setup-part-2/ Mon, 31 Aug 2015 22:43:42 +0000 http://blog.tinned-software.net/?p=1464 A git cluster with more then two servers with the approach described in Git repository cluster setup will increase the time you need to push changes to the cluster. This is because of the mirroring back. To solve this a more advanced version of the script is needed to avoid that the mirror-server would try to mirror the changes back to the master-server. Continue reading

The post Git repository cluster setup – Part 2 appeared first on Experiencing Technology.

]]>
Git repository cluster setup https://blog.tinned-software.net/git-repository-cluster-setup/ Mon, 16 Mar 2015 18:45:21 +0000 http://blog.tinned-software.net/?p=1334 When you have gitosis and a number of repositories installed on a server and need to move them to another server or you want to build a cluster to have more then one server having serving the repository. This will describe how I solved this with my gitosis repositories. Continue reading

The post Git repository cluster setup appeared first on Experiencing Technology.

]]>
Setup gitosis to manage git repositories https://blog.tinned-software.net/setup-gitosis-to-manage-git-repositories/ Thu, 22 Jan 2015 16:00:51 +0000 http://blog.tinned-software.net/?p=1385 With git you can have a repository on your client working independently and even not having any remote repository. But if you wane share your work with others, a remote repository will be needed. Such a remote repository can be easy set up. Continue reading

The post Setup gitosis to manage git repositories appeared first on Experiencing Technology.

]]>