-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Repository - Overview
Hi,
I have tried your guide for pushing an existing project up to BB via Terminal, but it's not working.
Unable to find source-code formatter for language: text. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
cd /path/to/my/repo
git remote add origin https://xxxx@bitbucket.org/xxxx/sitename.git
git push -u origin --all
git push -u origin --tags
I am logging in and it does accept my password - but I'm getting this error;
Unable to find source-code formatter for language: text. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. Everything up-to-date
Yet there is 10 web/php pages to be uploaded. Help?