GIT: de Toute façon, définir des identifiants de connexion?

Je suis en utilisant le terminal de mac et de l'exécution de la ligne de

git push origin master

Il me demande mon github.com nom d'utilisateur et le mot de passe à chaque fois,
est-il possible de l'avoir automatiquement utiliser mes pouvoirs?


Je reçois l'erreur

error: The requested URL returned error: 403 while accessing 
https://github.com/atheycreek/churchdeploy.git/info/refs

[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = https://github.com/atheycreek/churchdeploy.git

Donc je l'ai changé pour

[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = git:github.com/atheycreek/churchdeploy.git

maintenant, je reçois..

kirkstrobeck:churchdeploy kirkstrobeck$ git push origin master
ssh: Could not resolve hostname git: nodename nor servname provided, or not known
fatal: The remote end hung up unexpectedly

Je l'ai changé pour

[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    url = [email protected]/atheycreek/churchdeploy.git

et maintenant je reçois ..

kirkstrobeck:churchdeploy kirkstrobeck$ git push origin master
fatal: '[email protected]/atheycreek/churchdeploy.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Devrait-il en être sur serverfault.com depuis qu'il est admin liés?
Est-il de la résolution?

OriginalL'auteur Kirk Strobeck | 2011-10-20