Problems with git clone

I have a problem cloning a repo when I use :

git clone https://github.com/burbanox/responsive-design.git

throw me an error :

fatal: unable to access 'https://github.com/burbanox/responsive-design.git/': gnutls_handshake() failed: Error in the pull function.

so when I use :

git clone git@github.com:burbanox/responsive-design.git

stays loading forever :

Cloning into 'responsive-design'...
remote: Enumerating objects: 115, done.
remote: Counting objects:   6% (7/115)

I use ubuntu 20.04 LTS

I change to Openssl but not works

It doesn’t look like a discourse plugin, you should have at least a plugin.rb file to register the assets like the css and icons.

It may be way easier to create a theme component given the content of the files

But here is a guide on how to create a discourse plugin:

2 Likes

Are you doing this in your app.yml? Do the other plugins load? As mentioned, this doesn’t look like a plugin.

No I don’t have plugins , is this question in the rigth cathegory ?

What are you trying to do?

Are you trying to do something with how discourse functions?

1 Like

This repo is neither a Plugin nor a Theme Component. It’s lacking the basic metadata required for a TC too.

1 Like