Readme.Rmd causes push failure to github from RstudioHow can I remove a commit on GitHub?Pull new updates from original GitHub repository into forked GitHub repositoryHow can I determine the URL that a local Git repository was originally cloned from?Is there a way to cache GitHub credentials for pushing commits?Git push requires username and passwordDownload a single folder or directory from a GitHub repoHow do I update a GitHub forked repository?Delete forked repo from GitHubAdd images to README.md on GitHubHow to install an npm package from GitHub directly?
When making yogurt, why doesn't bad bacteria grow as well?
How to get all months in a query where one month has no matches?
Are there any writings by blinded and/or exiled Byzantine emperors?
Visiting girlfriend in the USA
Are manifolds admitting a circle foliation covered by manifolds with a (non-trivial) circle action?
One hour 10 min layover in Newark; International -> Domestic connection. Enough time to clear customs?
Why are Latin and Sanskrit called dead languages?
Declaring 2 (or even multi-) dimensional std::arrays elegantly
Heuristic argument for the Riemann Hypothesis
Taking the first element in a list of associations
Punishment in pacifist society
How do I stop making people jump at home and at work?
What is the converted mana cost of land cards?
How did Gollum know Sauron was gathering the Haradrim to make war?
Does secure hashing imply secure symmetric encryption?
Lumix G7: Raw photos only in 1920x1440, no higher res available
In Toy Story, are toys the only inanimate objects that become alive? And if so, why?
Solve this icositetragram
Can there be plants on the dark side of a tidally locked world?
Measure LiPo Battery Cells with Voltage Divider?
Which is the best password hashing algorithm in .NET Core?
Can my UK debt be collected because I have to return to US?
Why did the VIC-II and SID use 6 µm technology in the era of 3 µm and 1.5 µm?
Why does this syntax outputs an error under METAFUN/METAPOST?
Readme.Rmd causes push failure to github from Rstudio
How can I remove a commit on GitHub?Pull new updates from original GitHub repository into forked GitHub repositoryHow can I determine the URL that a local Git repository was originally cloned from?Is there a way to cache GitHub credentials for pushing commits?Git push requires username and passwordDownload a single folder or directory from a GitHub repoHow do I update a GitHub forked repository?Delete forked repo from GitHubAdd images to README.md on GitHubHow to install an npm package from GitHub directly?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
As long as the Readme.Rmd file was included in the project, Rstudio could not push to github, but kept reporting that all files were up to date, when in fact they were far out of date.
Only successful work-around was to take the Readme.Rmd file out of the project and hide it for later use.
This isn't a coding issue per say, but I tried including and not including Readme.Rmd in both the buildignore file and the gitignore file.
Hiding the file away ended hours of frustration. I just wanted to share this to help others and to somehow get the word out about this apparent bug. Any other suggestions?
r github rstudio
add a comment |
As long as the Readme.Rmd file was included in the project, Rstudio could not push to github, but kept reporting that all files were up to date, when in fact they were far out of date.
Only successful work-around was to take the Readme.Rmd file out of the project and hide it for later use.
This isn't a coding issue per say, but I tried including and not including Readme.Rmd in both the buildignore file and the gitignore file.
Hiding the file away ended hours of frustration. I just wanted to share this to help others and to somehow get the word out about this apparent bug. Any other suggestions?
r github rstudio
You're describing a situation, but not clearly showing it to us. Much better than telling us what you think is happening would be to provide a minimal reproducible example. As currently posed there's not much we can do here. Please read How to Ask.
– Chris
Mar 28 at 2:20
Also, it sounds like you're conflating committing with pushing. An "all files are up to date" message would be about committing, a purely local operation. Pushing should never give this message; it deals only with already existing commits.
– Chris
Mar 28 at 2:30
add a comment |
As long as the Readme.Rmd file was included in the project, Rstudio could not push to github, but kept reporting that all files were up to date, when in fact they were far out of date.
Only successful work-around was to take the Readme.Rmd file out of the project and hide it for later use.
This isn't a coding issue per say, but I tried including and not including Readme.Rmd in both the buildignore file and the gitignore file.
Hiding the file away ended hours of frustration. I just wanted to share this to help others and to somehow get the word out about this apparent bug. Any other suggestions?
r github rstudio
As long as the Readme.Rmd file was included in the project, Rstudio could not push to github, but kept reporting that all files were up to date, when in fact they were far out of date.
Only successful work-around was to take the Readme.Rmd file out of the project and hide it for later use.
This isn't a coding issue per say, but I tried including and not including Readme.Rmd in both the buildignore file and the gitignore file.
Hiding the file away ended hours of frustration. I just wanted to share this to help others and to somehow get the word out about this apparent bug. Any other suggestions?
r github rstudio
r github rstudio
asked Mar 28 at 2:04
markhoguemarkhogue
3131 silver badge6 bronze badges
3131 silver badge6 bronze badges
You're describing a situation, but not clearly showing it to us. Much better than telling us what you think is happening would be to provide a minimal reproducible example. As currently posed there's not much we can do here. Please read How to Ask.
– Chris
Mar 28 at 2:20
Also, it sounds like you're conflating committing with pushing. An "all files are up to date" message would be about committing, a purely local operation. Pushing should never give this message; it deals only with already existing commits.
– Chris
Mar 28 at 2:30
add a comment |
You're describing a situation, but not clearly showing it to us. Much better than telling us what you think is happening would be to provide a minimal reproducible example. As currently posed there's not much we can do here. Please read How to Ask.
– Chris
Mar 28 at 2:20
Also, it sounds like you're conflating committing with pushing. An "all files are up to date" message would be about committing, a purely local operation. Pushing should never give this message; it deals only with already existing commits.
– Chris
Mar 28 at 2:30
You're describing a situation, but not clearly showing it to us. Much better than telling us what you think is happening would be to provide a minimal reproducible example. As currently posed there's not much we can do here. Please read How to Ask.
– Chris
Mar 28 at 2:20
You're describing a situation, but not clearly showing it to us. Much better than telling us what you think is happening would be to provide a minimal reproducible example. As currently posed there's not much we can do here. Please read How to Ask.
– Chris
Mar 28 at 2:20
Also, it sounds like you're conflating committing with pushing. An "all files are up to date" message would be about committing, a purely local operation. Pushing should never give this message; it deals only with already existing commits.
– Chris
Mar 28 at 2:30
Also, it sounds like you're conflating committing with pushing. An "all files are up to date" message would be about committing, a purely local operation. Pushing should never give this message; it deals only with already existing commits.
– Chris
Mar 28 at 2:30
add a comment |
1 Answer
1
active
oldest
votes
If you really have an issue because of local changes in Readme.Rmd
, you could ignore those changes with:
git update-index --assume-unchanged -- Readme.Rmd
Then test again if your issue persists.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55389123%2freadme-rmd-causes-push-failure-to-github-from-rstudio%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you really have an issue because of local changes in Readme.Rmd
, you could ignore those changes with:
git update-index --assume-unchanged -- Readme.Rmd
Then test again if your issue persists.
add a comment |
If you really have an issue because of local changes in Readme.Rmd
, you could ignore those changes with:
git update-index --assume-unchanged -- Readme.Rmd
Then test again if your issue persists.
add a comment |
If you really have an issue because of local changes in Readme.Rmd
, you could ignore those changes with:
git update-index --assume-unchanged -- Readme.Rmd
Then test again if your issue persists.
If you really have an issue because of local changes in Readme.Rmd
, you could ignore those changes with:
git update-index --assume-unchanged -- Readme.Rmd
Then test again if your issue persists.
answered Mar 28 at 5:51
VonCVonC
889k327 gold badges2880 silver badges3464 bronze badges
889k327 gold badges2880 silver badges3464 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55389123%2freadme-rmd-causes-push-failure-to-github-from-rstudio%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You're describing a situation, but not clearly showing it to us. Much better than telling us what you think is happening would be to provide a minimal reproducible example. As currently posed there's not much we can do here. Please read How to Ask.
– Chris
Mar 28 at 2:20
Also, it sounds like you're conflating committing with pushing. An "all files are up to date" message would be about committing, a purely local operation. Pushing should never give this message; it deals only with already existing commits.
– Chris
Mar 28 at 2:30