summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkAUMhKOSkh9JaBA6xst3XxQIIsDEq5Zd4 <Ovidiu@web>2014-05-17 19:08:16 +0000
committerGravatar admin <admin@branchable.com>2014-05-17 19:08:16 +0000
commitcc73376b00ac9c099e4fe40d0c47f0cecc078e76 (patch)
tree1d7554fe5b3d9520440bb319af1dd9e6f234f6de /doc/tips
parent7a4ff039687f4d09f8fc651331d8a5095b2c37e6 (diff)
Added a comment: making some progress
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/skydriveannex/comment_7_7fcd9c6b5e2a3fc7b753eeac06164036._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tips/skydriveannex/comment_7_7fcd9c6b5e2a3fc7b753eeac06164036._comment b/doc/tips/skydriveannex/comment_7_7fcd9c6b5e2a3fc7b753eeac06164036._comment
new file mode 100644
index 000000000..d789a8d94
--- /dev/null
+++ b/doc/tips/skydriveannex/comment_7_7fcd9c6b5e2a3fc7b753eeac06164036._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkAUMhKOSkh9JaBA6xst3XxQIIsDEq5Zd4"
+ nickname="Ovidiu"
+ subject="making some progress"
+ date="2014-05-17T19:08:16Z"
+ content="""
+Figured out how to solve that:
+ which python
+ /opt/local/bin/python
+ shiny-2:git-annex ovi$ sudo ln -s `which python` /usr/bin/python2
+
+The URL opened in my browser, I allowed access, waited for the redirect, copied the URL, hit the next problem:
+
+ OAUTH='https://login.live.com/oauth20_desktop.srf?code=hidden_on_purpose' git annex initremote skydrive type=external externaltype=skydrive encryption=shared folder=git-annex
+initremote skydrive (encryption setup) (shared cipher) 21:06:27 [skydriveannex-0.2.1] <module> : 'Starting'
+ 21:06:27 [skydriveannex-0.2.1] login : 'EXCEPTION api.auth_get_token:ImportError('No module named requests',)'
+ git-annex: You need to set OAUTH environment variables and folder and encryption parameters when running initremote.
+"""]]