# Problems with git clone 

**URL:** https://meta.discourse.org/t/problems-with-git-clone/204499
**Category:** Development
**Created:** [September 26, 2021, 8:37pm UTC](https://meta.discourse.org/t/problems-with-git-clone/204499 "2021-09-26T20:37:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Harold\_Burbano](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/harold_burbano/32/202851_2.png) [@Harold\_Burbano](https://meta.discourse.org/u/Harold_Burbano)
#### Post date: [September 26, 2021, 8:37pm UTC](https://meta.discourse.org/t/problems-with-git-clone/204499/1 "2021-09-26T20:37:30Z")

</div>

I have a problem cloning a repo when I use :

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

```

throw me an error :

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

```

so when I use :

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

```

stays loading forever :

```plaintext
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

---

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [September 26, 2021, 10:04pm UTC](https://meta.discourse.org/t/problems-with-git-clone/204499/2 "2021-09-26T22:04:17Z")

</div>

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:

> [@Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1-creating-a-basic-plugin/30515):
>
> Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin and introduce you to the basics. Your development environment Make sure you have a development environment of Discourse running on your computer. I recommend you use [the appropriate setup guide](https://meta.discourse.org/tag/dev-install) and come back when you’re done. plugin.rbtada Use [GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins · GitHub](https://github.com/discourse/discourse-plugin-skeleton) to create a complete di…

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 26, 2021, 10:28pm UTC](https://meta.discourse.org/t/problems-with-git-clone/204499/3 "2021-09-26T22:28:48Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Harold\_Burbano](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/harold_burbano/32/202851_2.png) [@Harold\_Burbano](https://meta.discourse.org/u/Harold_Burbano)
#### Post date: [September 26, 2021, 10:42pm UTC](https://meta.discourse.org/t/problems-with-git-clone/204499/4 "2021-09-26T22:42:54Z")

</div>

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

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 27, 2021, 12:32am UTC](https://meta.discourse.org/t/problems-with-git-clone/204499/5 "2021-09-27T00:32:58Z")

</div>

What are you trying to do?

Are you trying to do something with how discourse functions?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [September 27, 2021, 8:09am UTC](https://meta.discourse.org/t/problems-with-git-clone/204499/6 "2021-09-27T08:09:36Z")

</div>

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