Git tab missing in RStudio after git installed on Windows
Installed R, R Studio, Git but when I opened R Studio, there was no Git tab,
like the screenshot below:
Windows 8.1, x64
R version: 3.5.1
R Studio version: 1.1.463
Git: 2.19.2
When I opened Tools/Global Options/GitSVN:
Git executable: C:/Program Files/Git/bin/git.exe
SVN executable: C:/Program Files/Git/bin/sh.exe
* I cannot find any file called "svn.exe" in the git folder.
I tried to solve the issue by following methods, but none of them work:
1. After I ran Sys.which("git")
in the R Studio, the output was:"C:\PROGRA~1\Git\cmd\git.exe"
, so I tried to change the git executable to cmd/git
instead of bin/git
, not work.
2. Re-install everything, no success.
3. Tried older Git version 2.14 but still no success.
Anyone can help me with this? Thank you!
r git svn version-control rstudio
add a comment |
Installed R, R Studio, Git but when I opened R Studio, there was no Git tab,
like the screenshot below:
Windows 8.1, x64
R version: 3.5.1
R Studio version: 1.1.463
Git: 2.19.2
When I opened Tools/Global Options/GitSVN:
Git executable: C:/Program Files/Git/bin/git.exe
SVN executable: C:/Program Files/Git/bin/sh.exe
* I cannot find any file called "svn.exe" in the git folder.
I tried to solve the issue by following methods, but none of them work:
1. After I ran Sys.which("git")
in the R Studio, the output was:"C:\PROGRA~1\Git\cmd\git.exe"
, so I tried to change the git executable to cmd/git
instead of bin/git
, not work.
2. Re-install everything, no success.
3. Tried older Git version 2.14 but still no success.
Anyone can help me with this? Thank you!
r git svn version-control rstudio
Sounds like a great question to post over at the RStudio Community site where they actually provide community support for RStudio
– hrbrmstr
Nov 24 '18 at 20:55
2
don't know if it applies, but note that the "git" button is only available if you are inside a RStudio project corresponding to a folder "associated" to a valid git repository.
– lbusett
Nov 24 '18 at 21:01
Thank you, I cloned a project from git and not I can see the tab
– jwjwjw
Nov 24 '18 at 21:32
You have to create a "version control" project in RStudio. If you already did it, restart RStudio.
– patL
Nov 24 '18 at 23:32
add a comment |
Installed R, R Studio, Git but when I opened R Studio, there was no Git tab,
like the screenshot below:
Windows 8.1, x64
R version: 3.5.1
R Studio version: 1.1.463
Git: 2.19.2
When I opened Tools/Global Options/GitSVN:
Git executable: C:/Program Files/Git/bin/git.exe
SVN executable: C:/Program Files/Git/bin/sh.exe
* I cannot find any file called "svn.exe" in the git folder.
I tried to solve the issue by following methods, but none of them work:
1. After I ran Sys.which("git")
in the R Studio, the output was:"C:\PROGRA~1\Git\cmd\git.exe"
, so I tried to change the git executable to cmd/git
instead of bin/git
, not work.
2. Re-install everything, no success.
3. Tried older Git version 2.14 but still no success.
Anyone can help me with this? Thank you!
r git svn version-control rstudio
Installed R, R Studio, Git but when I opened R Studio, there was no Git tab,
like the screenshot below:
Windows 8.1, x64
R version: 3.5.1
R Studio version: 1.1.463
Git: 2.19.2
When I opened Tools/Global Options/GitSVN:
Git executable: C:/Program Files/Git/bin/git.exe
SVN executable: C:/Program Files/Git/bin/sh.exe
* I cannot find any file called "svn.exe" in the git folder.
I tried to solve the issue by following methods, but none of them work:
1. After I ran Sys.which("git")
in the R Studio, the output was:"C:\PROGRA~1\Git\cmd\git.exe"
, so I tried to change the git executable to cmd/git
instead of bin/git
, not work.
2. Re-install everything, no success.
3. Tried older Git version 2.14 but still no success.
Anyone can help me with this? Thank you!
r git svn version-control rstudio
r git svn version-control rstudio
edited Nov 25 '18 at 15:46
SHR
6,05572442
6,05572442
asked Nov 24 '18 at 20:24
jwjwjwjwjwjw
61
61
Sounds like a great question to post over at the RStudio Community site where they actually provide community support for RStudio
– hrbrmstr
Nov 24 '18 at 20:55
2
don't know if it applies, but note that the "git" button is only available if you are inside a RStudio project corresponding to a folder "associated" to a valid git repository.
– lbusett
Nov 24 '18 at 21:01
Thank you, I cloned a project from git and not I can see the tab
– jwjwjw
Nov 24 '18 at 21:32
You have to create a "version control" project in RStudio. If you already did it, restart RStudio.
– patL
Nov 24 '18 at 23:32
add a comment |
Sounds like a great question to post over at the RStudio Community site where they actually provide community support for RStudio
– hrbrmstr
Nov 24 '18 at 20:55
2
don't know if it applies, but note that the "git" button is only available if you are inside a RStudio project corresponding to a folder "associated" to a valid git repository.
– lbusett
Nov 24 '18 at 21:01
Thank you, I cloned a project from git and not I can see the tab
– jwjwjw
Nov 24 '18 at 21:32
You have to create a "version control" project in RStudio. If you already did it, restart RStudio.
– patL
Nov 24 '18 at 23:32
Sounds like a great question to post over at the RStudio Community site where they actually provide community support for RStudio
– hrbrmstr
Nov 24 '18 at 20:55
Sounds like a great question to post over at the RStudio Community site where they actually provide community support for RStudio
– hrbrmstr
Nov 24 '18 at 20:55
2
2
don't know if it applies, but note that the "git" button is only available if you are inside a RStudio project corresponding to a folder "associated" to a valid git repository.
– lbusett
Nov 24 '18 at 21:01
don't know if it applies, but note that the "git" button is only available if you are inside a RStudio project corresponding to a folder "associated" to a valid git repository.
– lbusett
Nov 24 '18 at 21:01
Thank you, I cloned a project from git and not I can see the tab
– jwjwjw
Nov 24 '18 at 21:32
Thank you, I cloned a project from git and not I can see the tab
– jwjwjw
Nov 24 '18 at 21:32
You have to create a "version control" project in RStudio. If you already did it, restart RStudio.
– patL
Nov 24 '18 at 23:32
You have to create a "version control" project in RStudio. If you already did it, restart RStudio.
– patL
Nov 24 '18 at 23:32
add a comment |
1 Answer
1
active
oldest
votes
In order to see the Git tab in the upper right pane in RStudio, one must create an RStudio project, as follows.
Starting from the RStudio main panel, there is no git
tab prior to loading a project
Select File > New Project from the main menu bar to create a project
Select New Directory on the dialog box that appears.
Next, fill out the new project information, check the create git repository box, and press the Create Project button.
Once the project has been created, the Git tab is now visible in the upper right quadrant of RStudio.
See also Version Control with Git and SVN on the RStudio support website.
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
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%2f53462058%2fgit-tab-missing-in-rstudio-after-git-installed-on-windows%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
In order to see the Git tab in the upper right pane in RStudio, one must create an RStudio project, as follows.
Starting from the RStudio main panel, there is no git
tab prior to loading a project
Select File > New Project from the main menu bar to create a project
Select New Directory on the dialog box that appears.
Next, fill out the new project information, check the create git repository box, and press the Create Project button.
Once the project has been created, the Git tab is now visible in the upper right quadrant of RStudio.
See also Version Control with Git and SVN on the RStudio support website.
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
add a comment |
In order to see the Git tab in the upper right pane in RStudio, one must create an RStudio project, as follows.
Starting from the RStudio main panel, there is no git
tab prior to loading a project
Select File > New Project from the main menu bar to create a project
Select New Directory on the dialog box that appears.
Next, fill out the new project information, check the create git repository box, and press the Create Project button.
Once the project has been created, the Git tab is now visible in the upper right quadrant of RStudio.
See also Version Control with Git and SVN on the RStudio support website.
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
add a comment |
In order to see the Git tab in the upper right pane in RStudio, one must create an RStudio project, as follows.
Starting from the RStudio main panel, there is no git
tab prior to loading a project
Select File > New Project from the main menu bar to create a project
Select New Directory on the dialog box that appears.
Next, fill out the new project information, check the create git repository box, and press the Create Project button.
Once the project has been created, the Git tab is now visible in the upper right quadrant of RStudio.
See also Version Control with Git and SVN on the RStudio support website.
In order to see the Git tab in the upper right pane in RStudio, one must create an RStudio project, as follows.
Starting from the RStudio main panel, there is no git
tab prior to loading a project
Select File > New Project from the main menu bar to create a project
Select New Directory on the dialog box that appears.
Next, fill out the new project information, check the create git repository box, and press the Create Project button.
Once the project has been created, the Git tab is now visible in the upper right quadrant of RStudio.
See also Version Control with Git and SVN on the RStudio support website.
edited Nov 24 '18 at 21:17
answered Nov 24 '18 at 21:11
Len GreskiLen Greski
3,2131522
3,2131522
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
add a comment |
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
Got it, I just cloned a project, I can see the git tab now, thank you so much
– jwjwjw
Nov 24 '18 at 21:33
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
That's right, if you clone a project from a remote repository and then use existing directory when configuring the project in RStudio, it adds the git tab. I'm glad you have it working now.
– Len Greski
Nov 24 '18 at 21:45
add a comment |
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%2f53462058%2fgit-tab-missing-in-rstudio-after-git-installed-on-windows%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
Sounds like a great question to post over at the RStudio Community site where they actually provide community support for RStudio
– hrbrmstr
Nov 24 '18 at 20:55
2
don't know if it applies, but note that the "git" button is only available if you are inside a RStudio project corresponding to a folder "associated" to a valid git repository.
– lbusett
Nov 24 '18 at 21:01
Thank you, I cloned a project from git and not I can see the tab
– jwjwjw
Nov 24 '18 at 21:32
You have to create a "version control" project in RStudio. If you already did it, restart RStudio.
– patL
Nov 24 '18 at 23:32