[INFRA-277] Create GitHub Repository for Obslog Created: 18/Jun/20 Updated: 22/Jun/20 Resolved: 22/Jun/20 |
|
| Status: | Done |
| Project: | Software Development Infrastructure |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Normal |
| Reporter: | michitaro | Assignee: | yuki.moritani |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Reviewers: | michitaro |
| Description |
|
Hello. I am Michitaro Koike from NAOJ. We are currently developing a system to support PFS observation named obslog. Tamura-san asked me to put the code on GitHub so that we could share it with the team. How could we have a repository on GitHub to put the code? |
| Comments |
| Comment by yuki.moritani [ 18/Jun/20 ] |
|
Hi. The following information is needed to create repository and trace its development/discussions on JIRA:
Could you tell me the name, short description, and licence? Regarding the repository name, I think prefix should be "pfs_" .. so it may be "pfs_obslog" or "pfs_pfslog" or something etc.. I'm not sure which JIRA project is appropriate .. hassan , could you give us advice? |
| Comment by hassan [ 18/Jun/20 ] |
|
In my opinion the closest JIRA project is INSTRM, although admittedly this is not perfect. But it may have to do for now. |
| Comment by michitaro [ 19/Jun/20 ] |
|
Thank you for the comments! Here are the information.
|
| Comment by yuki.moritani [ 21/Jun/20 ] |
|
Thank you for sending information. I created the repository https://github.com/Subaru-PFS/pfs_obslog I didn't add licence, as I usually do if anything is specified. Once you push the initial commit successfully, could you please close this ticket?
|
| Comment by michitaro [ 22/Jun/20 ] |
|
Thank you very much for setting up the repository. git init echo '# PFS Obslog' > README.md git add . git commit -m 'initial commit' git remote add origin git@github.com:Subaru-PFS/pfs_obslog.git git push origin HEAD ERROR: Permission to Subaru-PFS/pfs_obslog.git denied to michitaro. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. It looks that I don't have permission to push codes to it. |
| Comment by michitaro [ 22/Jun/20 ] |
|
I have successfully pushed the code there. Thank you!
The error occurred because my GitHub account did not belong to PFS organization. |