North-Wyke-Farm-Platform / NWFP-WEB-000

To serve as a placeholder for all ideas regarding the new site for the NWFP - there might be some code there eventually
MIT License
0 stars 0 forks source link

Set up GitHub repos and projects #1

Open nathcast opened 2 months ago

nathcast commented 2 months ago

In order to start converting drafts into issues, there needs to be a codebase, but no codebase will be available until a it far in the project. So let's use this repository to hold the frist few issues that would otherwise dangle into thin air,

nathcast commented 2 months ago

@richardostler
The team: Check that everyone in the team has a username in GIT and that we know which it is, and that they are in the organisation :) When we have all the usernames, ,we can ask Richard to add them up.

nathcast commented 2 weeks ago

Hi @richardostler I am sruggling to push the code to GITHUB: Today i have tried making the GITHUB repo public and made a new one too and still no joy.

Is it my membership level? Thanks for looking into that - N

D:\LaravelNWFP\NWFP2024-001>git remote rm origin

D:\LaravelNWFP\NWFP2024-001>git remote add origin https://github.com/North-Wyke-Farm-Platform/NWFP-WEB-000.git

D:\LaravelNWFP\NWFP2024-001>git push
fatal: The current branch main has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin main

D:\LaravelNWFP\NWFP2024-001> git push --set-upstream origin main
remote: Permission to North-Wyke-Farm-Platform/NWFP-WEB-000.git denied to nathcast.
fatal: unable to access 'https://github.com/North-Wyke-Farm-Platform/NWFP-WEB-000.git/': The requested URL returned error: 403

D:\LaravelNWFP\NWFP2024-001>git remote rm origin

D:\LaravelNWFP\NWFP2024-001>git remote add origin https://github.com/North-Wyke-Farm-Platform/NWFP-WEB-001.git

D:\LaravelNWFP\NWFP2024-001>git push --set-upstream origin main
remote: Permission to North-Wyke-Farm-Platform/NWFP-WEB-001.git denied to nathcast.
fatal: unable to access 'https://github.com/North-Wyke-Farm-Platform/NWFP-WEB-001.git/': The requested URL returned error: 403

D:\LaravelNWFP\NWFP2024-001>

nathcast commented 2 weeks ago

Hi:

I have saved the app in a relo under my own account and tested on my machine, also made some sort of help file to use it. It is at https://github.com/nathcast/NWFP-2024-001