- Fazer o clone do kiskadee
- Criar ambiente virtual, vai criar uma pasta (Não fazer dentro da pasta kiskadee)
python3 -m venv myenv
- Estrutura de pastas
|_ kiskadee
| """Fetcher to monitor Anitya events related to packages updates.""" | |
| import tempfile | |
| import zmq | |
| import yaml | |
| from packaging import version | |
| import fedmsg.consumers | |
| import time | |
| import kiskadee.fetchers |
| """Fetcher to monitor Debian package Packages.""" | |
| import os | |
| import tempfile | |
| import urllib.request | |
| import urllib.error | |
| from time import sleep | |
| import re | |
| import shutil | |
| from debian.deb822 import Sources |
| emoji | unicode | emoji | unicode |
|---|---|---|---|
✒️ :black_nib: |
\U00002712 | ✔️ :heavy_check_mark: |
\U00002714 |
✖️ :heavy_multiplication_x: |
\U00002716 | :bangbang: |
\U0000203C |
✳️ :eight_spoked_asterisk: |
\U00002733 | ✨ :sparkles: |
\U00002728 |
❕ :grey_exclamation: |
\U00002755 | ✴️ :eight_pointed_black_star: |
\U00002734 |
❄️ :snowflake: |
\U00002744 | ❇️ :sparkle: |
\U00002747 |
❌ :x: |
\U0000274c | ❎ :negative_squared_cross_mark: |
\U0000274e |
| #!/bin/bash | |
| # Adicione um novo remote; pode chamá-lo de "upstream": | |
| git remote add upstream https://github.com/usuario/projeto.git | |
| # Obtenha todos os branches deste novo remote, | |
| # como o upstream/master por exemplo: | |
| git fetch upstream |
I have a problem theses day when I trying clone a repository in Pagure, but in SSH. Was my first time doing this, and I received this message:
Cloning into 'project'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.