Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_bitbucket() not working #8

Closed
jhollway opened this issue Dec 18, 2018 · 7 comments
Closed

install_bitbucket() not working #8

jhollway opened this issue Dec 18, 2018 · 7 comments
Labels
bug Something isn't working

Comments

@jhollway
Copy link
Collaborator

Original report by James Hollway (Bitbucket: jhollway, GitHub: jhollway).


Try r-lib/devtools#713?
Is this just a Windows issue?

@jhollway
Copy link
Collaborator Author

Original comment by Valentina Baiamonte (Bitbucket: valentinabaiamonte, ).


I don't think it's just a windows issue.
Here they explain how to set up SSH keys for mac/linux and windows users from GIT/Sourcetree/terminal. If I understood correctly, you can generate SSH keys when connecting GIT to Rstudio, but you cannot install private repositories without writing username and password in clear in the script.

@jhollway
Copy link
Collaborator Author

Original comment by James Hollway (Bitbucket: jhollway, GitHub: jhollway).


Well, you are assigned this issue and have admin access now... ;)

@jhollway
Copy link
Collaborator Author

Original comment by Valentina Baiamonte (Bitbucket: valentinabaiamonte, ).


tried generating SSH keys too, but it won't install either :(

@jhollway
Copy link
Collaborator Author

Original comment by Valentina Baiamonte (Bitbucket: valentinabaiamonte, ).


Devtools and install_bitbucket() work fine in Linux (Ubuntu 16), latest versions of R and Rstudio.

@jhollway
Copy link
Collaborator Author

Original comment by James Hollway (Bitbucket: jhollway, GitHub: jhollway).


So it is just a Windows issue?

@jhollway
Copy link
Collaborator Author

Original comment by Valentina Baiamonte (Bitbucket: valentinabaiamonte, ).


Yes. The issue has to do with the method used to transfer data via protocol. Linux and (probably) OS systems use the "libcurl" method - which recognises URLS. However, the latest RStudio for Windows uses "auto", which seems to give several issues to many people, this thread is rather recent and still open: r-lib/remotes#255

@jhollway
Copy link
Collaborator Author

Original comment by James Hollway (Bitbucket: jhollway, GitHub: jhollway).


Ok, great, thanks for working this out!

@jhollway jhollway added critical bug Something isn't working labels Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant