I have succcessfully completed the task but still it failed
Utilize yum to install the git package on the Storage Server .
→ sudo yum install git
- Create a bare repository named
/opt/blog.git(ensure exact name usage).
mkdir opt
->cd opt
->git init --bare blog
