|
pull code failed
|
|
07-13-2015, 10:24 PM
Post: #1
|
|||
|
|||
|
pull code failed
It worked well before. But failed today Jul. 13, 2015 22:20:
[zma@home:~/forest/code/code]$ git pull FATAL: R any code zma DENIED by fallthru (or you mis-spelled the reponame) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. |
|||
|
07-13-2015, 10:49 PM
Post: #2
|
|||
|
|||
RE: pull code failed
(07-13-2015 10:24 PM)zma Wrote: It worked well before. But failed today Jul. 13, 2015 22:20: Strange. There is not any change in the VM except for the network and hostname settings. Could you clone code? |
|||
|
07-13-2015, 11:20 PM
Post: #3
|
|||
|
|||
RE: pull code failed
(07-13-2015 10:49 PM)lingu Wrote:(07-13-2015 10:24 PM)zma Wrote: It worked well before. But failed today Jul. 13, 2015 22:20: No luck either: [zma@home:~]$ forest/code/code.old/cod clone code The Ground is the directory where all the code trees reside. The code tree will be cloned in the current Ground: /home/zma/forest Cloning into 'code'... FATAL: R any code zma DENIED by fallthru (or you mis-spelled the reponame) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. |
|||
|
07-14-2015, 09:16 AM
Post: #4
|
|||
|
|||
|
RE: pull code failed
It works to me.
Code: [amoners@berners-lee code.bak]$ python cod.py clone code |
|||
|
07-14-2015, 09:52 AM
Post: #5
|
|||
|
|||
RE: pull code failed
(07-14-2015 09:16 AM)amoners Wrote: It works to me. After some debugging, find its the domain name inconsistency's problem: commit c97ff623c573b9e14f74ae172ffb544be75b4e09 Author: Lin Gu <lingu@acm.org> Date: Sat Sep 20 16:43:44 2014 +0800 Update codb address diff --git a/Globe.py b/Globe.py index 2adc5f7..8e4bfa5 100644 --- a/Globe.py +++ b/Globe.py @@ -12,19 +12,19 @@ def verbosay2(msg): repos = {"code": {"proto":"git", "username": "git", "repository": "code", - "loc": "codb.lazero.net"}, + "loc": "codb.d-thinker.org"}, The git domain changed in this commit. The 2 domains pointed to the same address and worked since them until the recent VM moving. A typical like-in-code "same piece of code appearing twice while bugfix applied to one only" problem. Hope there are not many users that are holding a copy of code as old as me.. But anyway, we should fix this. |
|||
|
« Next Oldest | Next Newest »
|
- View a Printable Version
- Send this Thread to a Friend
- Subscribe to this thread
- Show the subscribers of this thread:
- Add subscribers to this thread:

Search
Member List
Calendar
Help


