Using command "curl -LkSs https://git@github.com:gcce/info.git -o master.tar.gz" I am expecting to download the info.git directory from github in the master.tar.gz. However, when I do "tar -xzvf master.tar.gz" I get error
"gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now"
I have also tried tar -zvf, the error remains there. Appreciate your response.