It looks like this repository is empty.
Get started easily:
# Clone and enter the repository directory
$ git clone https://gitfoss.dev/ethicdevs/gitfoss.git
$ cd gitfoss/
# Create some base files
$ echo "# gitfoss" > README.md
$ echo "The MIT License" > LICENSE
# Track files, commit and send to GitFOSS remote repository
$ git add .
$ git commit -am 'feat: initial commit'
$ git push -u origin 86fb32e1594598b1f0ea984bd6235774dc341bde
GitFOSS hosted on GitFOSS! :)
gitfoss.
https://gitfoss.dev/ethicdevs/gitfoss.gitgit@gitfoss.dev:ethicdevs/gitfoss.gitTags:v0.2.0,