Hi ,
below error message in github during publishing R studio quarto website project. pls help me to resolve it.
K.R.Manikandan
404
File not found
The site configured at this address does not contain the requested file.
If this is your site, make sure that the filename case matches the URL as well as any file permissions.
For root URLs (like http://example.com/) you must provide an index.html file.
A link to your code on GitHub, as well as an explanation of what you are aiming to accomplish is a good start. While I can guess you are trying to deploy Quarto on GitHub pages, where the error might lie depends on your code and what steps you have already taken.
one day i had curiously changed publish location in to posit , at present the data published on the below link.
since i am new to R studio and Github... several times read the documentations but not able to implement it.
looking for any mentors guide me step by step. if your time permises pls guide me
This is a local Git error. You got git configure to sign your commit, but it seems your environment is not configured with the signing information. Not related to Quarto or RStudio it seems.
You should check your configuration on github, or maybe try to use a repo name that will make the url easier like
Sorry to delay response. I have followed below steps, still getting error look in to the screen shots as below
CREATION OF VERSION CONTROL IN R STUDIO
#1 Create R project-
new project - working directory-project type - new project- directory name-project subdirectory-create new folder
#2 create new file - R script -give file name #3 tools - Version control-project set up - Git/SVN - #4 create github repository w/ same file name #5 load data and packages in script #6 environment pane git option shown create branch name - main
#@ add remote url of github repository and repository name #7 save file - folder visible in git pane - click commit - push #8 we can view the file in github repository #9 edit github repository file - commit changes at github- pull option from R studio commit