When prompted, enter your generated googlecode.com password.为什么,我得不到密码了,提示说页面错误?

解决方案 »

  1.   

    Command-line access
    If you plan to make changes, use this command to check out the code as yourself using HTTPS:
    # Project members authenticate over HTTPS to allow committing changes.
    svn checkout https://artframe.googlecode.com/svn/trunk/ artframe --username [email protected] prompted, enter your generated googlecode.com password. Use this command to anonymously check out the latest project source code:
    # Non-members may check out a read-only working copy anonymously over HTTP.
    svn checkout http://artframe.googlecode.com/svn/trunk/ artframe-read-only 
    ////
    我在google code上的开源项目。
    我单击“googlecode.com” 现在已经得不到密码了。提示说页面错误?
    问:这是什么?When prompted, enter your generated googlecode.com password.为什么,我得不到密码了,
      

  2.   

    你有没有用过svn?这是google告诉你,
    用svn checkout https://artframe.googlecode.com/svn/trunk/ artframe --username [email protected]
    来下载代码,如果命令执行是提示要输入密码,请输入你当初设置的密码。如果仅仅是只读checkout代码,而不提交,可以用
    svn checkout http://artframe.googlecode.com/svn/trunk/ artframe-read-only
    来做。你应该上网搜索一下SVN的概念和用法。
      

  3.   

    不知道楼主解决了没有,联系一下呗[email protected]
      

  4.   

    好像是被墙,
    用ubuntu能打开,不知道为啥
    用ubuntu
      

  5.   

    我也遇到同样的问题,一愁莫展中,是google的问题,不是google的问题?咋没见有啥说法?
      

  6.   

    Google code 获取密码页打不开的解决办法# Project members authenticate over HTTPS to allow committing changes. 
    svn checkout https://yourprj.googlecode.com/svn/trunk/ yourprj --username youraccountWhen prompted, enter your generated googlecode.com password. 在文件 C:\Windows\System32\drivers\etc\hosts 中加入 66.249.89.99 code.google.com
    本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/archfree/archive/2010/11/11/6001894.aspx
      

  7.   

    http://blog.csdn.net/archfree/archive/2010/11/11/6001894.aspx,这个链接太有用了,帮我解决了同楼主一样的问题
      

  8.   

    的确在ubuntu下试了一下可行,不知道为什么?