我的Bitbucket帐户存在问题,无法推送我的第一个git项目..
我按照推送新git项目的步骤进行操作:
git remote add origin
https://said_bous@bitbucket.org/said_bous/landing-page.git
,它有效
右。git push -u origin master
..
哎呀不工作,并向我显示注意:“key_load_public:无效格式”我认为我的私钥是openssh格式,而我的公钥是正确的 因为Bitbucket接受了它!!
我不知道问题出在哪里......
答案 0 :(得分:0)
按照以下说明操作:
1. clone project
2. cd to folder
3. git init
4. git add file(s)
5. git commit -a
6. git push - u origin master