Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github.py repo oluşturmuyor #1

Open
ilkaykurt35 opened this issue Jun 7, 2020 · 2 comments
Open

github.py repo oluşturmuyor #1

ilkaykurt35 opened this issue Jun 7, 2020 · 2 comments

Comments

@ilkaykurt35
Copy link

Sebebini bilmiyorum ama, repository oluşturmuyor. Diğer GET sorgularında bir problem yok hepsi çalışıyor repo oluşturamıyorum. Yoksa benim account ayarlarımla ilgili bir sorun olabilir mi acaba ?

@ilkaykurt35 ilkaykurt35 changed the title repo oluşturmuyor github.py repo oluşturmuyor Jun 7, 2020
@ghost
Copy link

ghost commented Jul 30, 2020

Repository oluşturmuyor derken template olarak mı kullanamıyorsun fork mu yapamıyorsun repositoryi mi indiremiyormusun ?

@hakanocal
Copy link

Sebebini bilmiyorum ama, repository oluşturmuyor. Diğer GET sorgularında bir problem yok hepsi çalışıyor repo oluşturamıyorum. Yoksa benim account ayarlarımla ilgili bir sorun olabilir mi acaba ?

createRepository fonksiyonunu aşağıdaki gibi düzeltince çalışıyor

def createRepository(self, name):
        payload = {'name': name, 'description': 'REPO_ACIKLAMASI', 'auto_init': 'true'}
        response = requests.post('https://api.github.com/' + 'user/repos', auth=('<YOUR_USERNAME>', self.token), data=json.dumps(payload))
        return response.json()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants