Set Up Git Repository on Storage Server Practice Test

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

  1. Create a bare repository named /opt/blog.git (ensure exact name usage).
    mkdir opt
    ->cd opt
    ->git init --bare blog

To help us get a bit of context for this, please give us a link to the lab you’re talking about, and perhaps the question number as well. I’ll give this a check once I know where to find the problem description.