this is my error
[root@localhost dsm]# echo "# This is my README" >>
README.md[root@localhost dsm]# git add README.md
[root@localhost dsm]# git commit -m "First Commit. Adding a README."
[master (root-commit) 6b153d1] First Commit. Adding a README.
1 file changed, 1 insertion(+)
create mode 100644 README.md
[root@localhost dsm]# git push -u origin master
git-remote-https: error while loading shared libraries: libcurl.so.3:
cannot open shared object file: No such file or directory
how to fix it sir, thanks..
i use linux centos 5.3