1.Set Up Git Repository on Storage Server

Step 1: Install Git using yum

First, connect to the Storage server and install Git:
bash

Connect to the Storage server

ssh natasha@ststor01

Install Git using yum

sudo yum install git -y

Step 2: Create a bare Git …


This content originally appeared on DEV Community and was authored by Thu Kha Kyawe

Step 1: Install Git using yum

First, connect to the Storage server and install Git:
bash

  • Connect to the Storage server
ssh natasha@ststor01
  • Install Git using yum
sudo yum install git -y

Step 2: Create a bare Git repository

Once Git is installed, create the bare repository at the specified location:

# Create the bare repository
sudo git init --bare /opt/cluster.git

Step 3: Verify the repository

Check that the repository was created correctly:
bash

Check if the repository exists and has the proper structure

ls -la /opt/cluster.git

Resources & Next Steps

* đź’Ľ Let's Connect: Linkedin - I'd love to connect with you


This content originally appeared on DEV Community and was authored by Thu Kha Kyawe


Print Share Comment Cite Upload Translate Updates
APA

Thu Kha Kyawe | Sciencx (2025-11-15T16:52:31+00:00) 1.Set Up Git Repository on Storage Server. Retrieved from https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/

MLA
" » 1.Set Up Git Repository on Storage Server." Thu Kha Kyawe | Sciencx - Saturday November 15, 2025, https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/
HARVARD
Thu Kha Kyawe | Sciencx Saturday November 15, 2025 » 1.Set Up Git Repository on Storage Server., viewed ,<https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/>
VANCOUVER
Thu Kha Kyawe | Sciencx - » 1.Set Up Git Repository on Storage Server. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/
CHICAGO
" » 1.Set Up Git Repository on Storage Server." Thu Kha Kyawe | Sciencx - Accessed . https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/
IEEE
" » 1.Set Up Git Repository on Storage Server." Thu Kha Kyawe | Sciencx [Online]. Available: https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/. [Accessed: ]
rf:citation
» 1.Set Up Git Repository on Storage Server | Thu Kha Kyawe | Sciencx | https://www.scien.cx/2025/11/15/1-set-up-git-repository-on-storage-server/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.