有没有办法GITHUB's user credentials用TortoiseGit 保存?
每当我进行推/拉时,它每次都会提示我下面的对话框.
我想保存我的用户凭据信息,就像我使用TortoiseSVN一样.

为什么我的git不会推?我创建了存储库,我不断收到此消息:
C:\Users\petey_000\rails_projects\first_app>git push -u github master
Username for 'https://github.com': ***@gmail.com
Password for 'https://***@gmail.com@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/pete/first_app.git/' not found
Run Code Online (Sandbox Code Playgroud) 我只是克隆repo然后让一个提交添加它并试图推送它 - 但有这个错误: 
任何想法如何解决这个问题?