Sto usando Ubuntu 10.04 LTS. Sto cercando di usare git come controllo del codice sorgente per progetti personali e Github come repository remoto. Ho avuto problemi a inviare un commit al mio repository github remoto ricevendo il seguente messaggio di errore:
The requested URL returned error: 403 while accessing https://github.com/Jstall/helloworld.git/info/refs
Quando ho fatto qualche ricerca ho scoperto che il problema potrebbe essere che non ho l'ultima versione di Git. Quando ho fatto una --version ho scoperto che ho version 1.7.0.4
localmente. Quindi ho provato ad aggiornare git usando:
sudo apt-get install git
ma ottieni il seguente errore:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package git is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package git has no installation candidate
Ho provato a correre:
sudo apt-get update
e riprovare ma non sembrava fare la differenza. Non sono sicuro che sia pertinente, ma ricevo anche un paio di 404 quando eseguo l'aggiornamento:
Err http://wine.budgetdedicated.com edgy/main Packages
404 Not Found
Fetched 4,117B in 0s (5,142B/s)
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/edgy/universe/binary-i386/Packages.gz 404 Not Found [IP: 91.189.91.15 80]
W: Failed to fetch http://wine.budgetdedicated.com/apt/dists/edgy/main/binary-i386/Packages.gz 404 Not Found
Non sono sicuro quando dovrei provare dopo. Qualcuno potrebbe suggerire un modo di agire per risolvere questo problema? Tutto il consiglio sarebbe apprezzato. Grazie mille!