github - Atom git-plus difficulties -
i'm trying set atoms git-plus package , have gone through think appropriate setup steps , can't push files github account. using git config, i've configured user.email , user.name , made sure reflect account , email address in github
i error message:
to https://github.com/etc. ![rejected] head -> master (fetch first) error: failed push refs https://github.com etc. updates rejected because remote contains work not have locally. caused repository pushing same ref. may want o first integrate remote changes e.g. git pull before pushing again.
the new repo test 1 created now. have tried git pull followed attempt push through git-plus. i've tried delete local copy , create again cloning. can push file using terminal. don't know enough version control know next. thoughts?
for out there confused re: happening.
i fixed specifying git pull
message name , branch. merged whatever file causing issue , push git-plus worked fine.
as understand (and please know they're talking here correct me when bork up)
the git pull should read
git pull origin (which alias of remote repository) master (which branch you're pulling from)
i typing in git pull , not understanding need specify trying merge.
Comments
Post a Comment